#37400B

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

Shades of Turtle Green #37400B

Tints of Turtle Green #37400B

Color information

#37400B (or 0x37400B) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 0B. RGB value is (55,64,11). Sum of RGB (Red+Green+Blue) = 55+64+11=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #37400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37400B is #C8BFF4. Grayscale: #373737. Windows color (decimal): -13156341 or 737335. OLE color: 737335.

HSL color Cylindrical-coordinate representation of color #37400B: hue angle of 70.19º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37400B is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB556411-
CMYK0.1400.830.75
HSL70.19º70.67%14.71%-
HSV(B)70.19º82.81%25.1%-
XYZ3.474.51-
YUV55.27103.02127.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=42.31%
G=49.23%
B=8.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564110.1400.830.7570.1970.6714.71
Hex3740BE0534B4647f
Octal671001316012311310610717
Binary110111100000010111110010100111001011100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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