#37421A

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

Shades of Turtle Green #37421A

Tints of Turtle Green #37421A

Color information

#37421A (or 0x37421A) is unknown color: approx Turtle Green. HEX triplet: 37, 42 and 1A. RGB value is (55,66,26). Sum of RGB (Red+Green+Blue) = 55+66+26=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #37421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37421A is #C8BDE5. Grayscale: #3A3A3A. Windows color (decimal): -13155814 or 1720887. OLE color: 1720887.

HSL color Cylindrical-coordinate representation of color #37421A: hue angle of 76.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37421A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB556626-
CMYK0.1700.610.74
HSL76.5º43.48%18.04%-
HSV(B)76.5º60.61%25.88%-
XYZ3.714.781.7-
YUV58.15109.86125.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=37.41%
G=44.90%
B=17.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5566260.1700.610.7476.543.4818.04
Hex37421A1103D4A4c2b12
Octal6710232210751121145322
Binary1101111000010110101000101111011001010100110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37421A; }

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

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

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

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

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

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

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

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