#374002

Color #374002 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #374002

Tints of Turtle Green #374002

Color information

#374002 (or 0x374002) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 02. RGB value is (55,64,2). Sum of RGB (Red+Green+Blue) = 55+64+2=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #374002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374002 is #C8BFFD. Grayscale: #363636. Windows color (decimal): -13156350 or 147511. OLE color: 147511.

HSL color Cylindrical-coordinate representation of color #374002: hue angle of 68.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #374002 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB55642-
CMYK0.1400.970.75
HSL68.71º93.94%12.94%-
HSV(B)68.71º96.88%25.1%-
XYZ3.424.480.74-
YUV54.2498.52128.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=45.45%
G=52.89%
B=1.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556420.1400.970.7568.7193.9412.94
Hex37402E0614B455ed
Octal67100216014111310513615
Binary1101111000000101110011000011001011100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374002; }

 p { color: rgb(55,64,2); }

 H1.HeaderClassName
 {
   color: #374002;
 }
 .AnyTagClassName
 {
   color: #374002;
 }
</style>
background-color css

<style>
 a { background-color: #374002; }

 a { background-color: rgb(55,64,2); }

 div.DivClassName
 {
   background-color: #374002;
 }
 .BgClassName
 {
   background-color: #374002;
 }
</style>
border-color css

<style>
 span { border-color: #374002; }

 span { border-color: rgb(55,64,2); }

 td.TdClassName
 {
   border-color: #374002;
 }
 .TagClassName
 {
   border-color: #374002;
 }
</style>