#37420B

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

Shades of Turtle Green #37420B

Tints of Turtle Green #37420B

Color information

#37420B (or 0x37420B) is unknown color: approx Turtle Green. HEX triplet: 37, 42 and 0B. RGB value is (55,66,11). Sum of RGB (Red+Green+Blue) = 55+66+11=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #37420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37420B is #C8BDF4. Grayscale: #383838. Windows color (decimal): -13155829 or 737847. OLE color: 737847.

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

Color convert

RGB556611-
CMYK0.1700.830.74
HSL72º71.43%15.1%-
HSV(B)72º83.33%25.88%-
XYZ3.584.731.04-
YUV56.44102.36126.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 8.33%
R=41.67%
G=50%
B=8.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5566110.1700.830.747271.4315.1
Hex3742B110534A4847f
Octal671021321012311211010717
Binary1101111000010101110001010100111001010100100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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