#37410C

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

Shades of Turtle Green #37410C

Tints of Turtle Green #37410C

Color information

#37410C (or 0x37410C) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 0C. RGB value is (55,65,12). Sum of RGB (Red+Green+Blue) = 55+65+12=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #37410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37410C is #C8BEF3. Grayscale: #383838. Windows color (decimal): -13156084 or 803127. OLE color: 803127.

HSL color Cylindrical-coordinate representation of color #37410C: hue angle of 71.32º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37410C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB556512-
CMYK0.1500.820.75
HSL71.32º68.83%15.1%-
HSV(B)71.32º81.54%25.49%-
XYZ3.534.621.05-
YUV55.97103.19127.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=41.67%
G=49.24%
B=9.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565120.1500.820.7571.3268.8315.1
Hex3741CF0524B4745f
Octal671011417012211310710517
Binary110111100000111001111010100101001011100011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37410C; }

 p { color: rgb(55,65,12); }

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

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

 a { background-color: rgb(55,65,12); }

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

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

 span { border-color: rgb(55,65,12); }

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