#37450B

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

Shades of Turtle Green #37450B

Tints of Turtle Green #37450B

Color information

#37450B (or 0x37450B) is unknown color: approx Turtle Green. HEX triplet: 37, 45 and 0B. RGB value is (55,69,11). Sum of RGB (Red+Green+Blue) = 55+69+11=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #37450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37450B is #C8BAF4. Grayscale: #3A3A3A. Windows color (decimal): -13155061 or 738615. OLE color: 738615.

HSL color Cylindrical-coordinate representation of color #37450B: hue angle of 74.48º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37450B is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB556911-
CMYK0.2000.840.73
HSL74.48º72.5%15.69%-
HSV(B)74.48º84.06%27.06%-
XYZ3.765.091.1-
YUV58.2101.36125.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.74%
GREEN value IS 69 (27.34% from 255) = 51.11%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=40.74%
G=51.11%
B=8.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5569110.2000.840.7374.4872.515.69
Hex3745B14054494a4810
Octal671051324012411111211020
Binary11011110001011011101000101010010010011001010100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37450B; }

 p { color: rgb(55,69,11); }

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

<style>
 a { background-color: #37450B; }

 a { background-color: rgb(55,69,11); }

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

<style>
 span { border-color: #37450B; }

 span { border-color: rgb(55,69,11); }

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