#37410D

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

Shades of Turtle Green #37410D

Tints of Turtle Green #37410D

Color information

#37410D (or 0x37410D) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 0D. RGB value is (55,65,13). Sum of RGB (Red+Green+Blue) = 55+65+13=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #37410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37410D is #C8BEF2. Grayscale: #383838. Windows color (decimal): -13156083 or 868663. OLE color: 868663.

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

Color convert

RGB556513-
CMYK0.1500.800.75
HSL71.54º66.67%15.29%-
HSV(B)71.54º80%25.49%-
XYZ3.544.621.09-
YUV56.08103.69127.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.35%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=41.35%
G=48.87%
B=9.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565130.1500.800.7571.5466.6715.29
Hex3741DF0504B4843f
Octal671011517012011311010317
Binary110111100000111011111010100001001011100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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