#37411C

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

Shades of Turtle Green #37411C

Tints of Turtle Green #37411C

Color information

#37411C (or 0x37411C) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 1C. RGB value is (55,65,28). Sum of RGB (Red+Green+Blue) = 55+65+28=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #37411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37411C is #C8BEE3. Grayscale: #393939. Windows color (decimal): -13156068 or 1851703. OLE color: 1851703.

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

Color convert

RGB556528-
CMYK0.1500.570.75
HSL76.22º39.78%18.24%-
HSV(B)76.22º56.92%25.49%-
XYZ3.684.681.81-
YUV57.79111.19126.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 28 (11.33% from 255) = 18.92%
R=37.16%
G=43.92%
B=18.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565280.1500.570.7576.2239.7818.24
Hex37411CF0394B4c2812
Octal6710134170711131145022
Binary110111100000111100111101110011001011100110010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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