#374402

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

Shades of Turtle Green #374402

Tints of Turtle Green #374402

Color information

#374402 (or 0x374402) is unknown color: approx Turtle Green. HEX triplet: 37, 44 and 02. RGB value is (55,68,2). Sum of RGB (Red+Green+Blue) = 55+68+2=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #374402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374402 is #C8BBFD. Grayscale: #383838. Windows color (decimal): -13155326 or 148535. OLE color: 148535.

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

Color convert

RGB55682-
CMYK0.1900.970.73
HSL71.82º94.29%13.73%-
HSV(B)71.82º97.06%26.67%-
XYZ3.654.950.82-
YUV56.5997.19126.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=44%
G=54.4%
B=1.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal556820.1900.970.7371.8294.2913.73
Hex374421306149485ee
Octal67104223014111111013616
Binary11011110001001010011011000011001001100100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374402; }

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

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

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

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

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

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

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

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