#37411A

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

Shades of Turtle Green #37411A

Tints of Turtle Green #37411A

Color information

#37411A (or 0x37411A) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 1A. RGB value is (55,65,26). Sum of RGB (Red+Green+Blue) = 55+65+26=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #37411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37411A is #C8BEE5. Grayscale: #393939. Windows color (decimal): -13156070 or 1720631. OLE color: 1720631.

HSL color Cylindrical-coordinate representation of color #37411A: hue angle of 75.38º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37411A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB556526-
CMYK0.1500.600.75
HSL75.38º42.86%17.84%-
HSV(B)75.38º60%25.49%-
XYZ3.654.671.69-
YUV57.56110.19126.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=37.67%
G=44.52%
B=17.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565260.1500.600.7575.3842.8617.84
Hex37411AF03C4B4b2b12
Octal6710132170741131135322
Binary110111100000111010111101111001001011100101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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