#37390A

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

Shades of Turtle Green #37390A

Tints of Turtle Green #37390A

Color information

#37390A (or 0x37390A) is unknown color: approx Turtle Green. HEX triplet: 37, 39 and 0A. RGB value is (55,57,10). Sum of RGB (Red+Green+Blue) = 55+57+10=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #37390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37390A is #C8C6F5. Grayscale: #333333. Windows color (decimal): -13158134 or 670007. OLE color: 670007.

HSL color Cylindrical-coordinate representation of color #37390A: hue angle of 62.55º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37390A is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB555710-
CMYK0.0400.820.78
HSL62.55º70.15%13.14%-
HSV(B)62.55º82.46%22.35%-
XYZ3.093.760.85-
YUV51.04104.84130.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=45.08%
G=46.72%
B=8.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5557100.0400.820.7862.5570.1513.14
Hex3739A40524E3f46d
Octal677112401221167710615
Binary110111111001101010001010010100111011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,57,10); }

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

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

 a { background-color: rgb(55,57,10); }

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

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

 span { border-color: rgb(55,57,10); }

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