#374011

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

Shades of Turtle Green #374011

Tints of Turtle Green #374011

Color information

#374011 (or 0x374011) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 11. RGB value is (55,64,17). Sum of RGB (Red+Green+Blue) = 55+64+17=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #374011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374011 is #C8BFEE. Grayscale: #383838. Windows color (decimal): -13156335 or 1130551. OLE color: 1130551.

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

Color convert

RGB556417-
CMYK0.1400.730.75
HSL71.49º58.02%15.88%-
HSV(B)71.49º73.44%25.1%-
XYZ3.514.521.22-
YUV55.95106.02127.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=40.44%
G=47.06%
B=12.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564170.1400.730.7571.4958.0215.88
Hex374011E0494B473a10
Octal67100211601111131077220
Binary1101111000000100011110010010011001011100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374011; }

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

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

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

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

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

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

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

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