#37420F

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

Shades of Turtle Green #37420F

Tints of Turtle Green #37420F

Color information

#37420F (or 0x37420F) is unknown color: approx Turtle Green. HEX triplet: 37, 42 and 0F. RGB value is (55,66,15). Sum of RGB (Red+Green+Blue) = 55+66+15=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #37420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37420F is #C8BDF0. Grayscale: #393939. Windows color (decimal): -13155825 or 999991. OLE color: 999991.

HSL color Cylindrical-coordinate representation of color #37420F: hue angle of 72.94º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37420F is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB556615-
CMYK0.1700.770.74
HSL72.94º62.96%15.88%-
HSV(B)72.94º77.27%25.88%-
XYZ3.614.741.18-
YUV56.9104.36126.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 66 (26.17% from 255) = 48.53%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=40.44%
G=48.53%
B=11.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5566150.1700.770.7472.9462.9615.88
Hex3742F1104D4A493f10
Octal67102172101151121117720
Binary1101111000010111110001010011011001010100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37420F; }

 p { color: rgb(55,66,15); }

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

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

 a { background-color: rgb(55,66,15); }

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

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

 span { border-color: rgb(55,66,15); }

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