#37401C

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

Shades of Turtle Green #37401C

Tints of Turtle Green #37401C

Color information

#37401C (or 0x37401C) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 1C. RGB value is (55,64,28). Sum of RGB (Red+Green+Blue) = 55+64+28=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #37401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37401C is #C8BFE3. Grayscale: #393939. Windows color (decimal): -13156324 or 1851447. OLE color: 1851447.

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

Color convert

RGB556428-
CMYK0.1400.560.75
HSL75º39.13%18.04%-
HSV(B)75º56.25%25.1%-
XYZ3.624.561.79-
YUV57.2111.52126.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=37.41%
G=43.54%
B=19.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564280.1400.560.757539.1318.04
Hex37401CE0384B4b2712
Octal6710034160701131134722
Binary110111100000011100111001110001001011100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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