#37411D

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

Shades of Turtle Green #37411D

Tints of Turtle Green #37411D

Color information

#37411D (or 0x37411D) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 1D. RGB value is (55,65,29). Sum of RGB (Red+Green+Blue) = 55+65+29=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #37411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37411D is #C8BEE2. Grayscale: #3A3A3A. Windows color (decimal): -13156067 or 1917239. OLE color: 1917239.

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

Color convert

RGB556529-
CMYK0.1500.550.75
HSL76.67º38.3%18.43%-
HSV(B)76.67º55.38%25.49%-
XYZ3.694.681.87-
YUV57.91111.69125.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.91%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=36.91%
G=43.62%
B=19.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565290.1500.550.7576.6738.318.43
Hex37411DF0374B4d2612
Octal6710135170671131154622
Binary110111100000111101111101101111001011100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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