#37400F

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

Shades of Turtle Green #37400F

Tints of Turtle Green #37400F

Color information

#37400F (or 0x37400F) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 0F. RGB value is (55,64,15). Sum of RGB (Red+Green+Blue) = 55+64+15=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #37400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37400F is #C8BFF0. Grayscale: #373737. Windows color (decimal): -13156337 or 999479. OLE color: 999479.

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

Color convert

RGB556415-
CMYK0.1400.770.75
HSL71.02º62.03%15.49%-
HSV(B)71.02º76.56%25.1%-
XYZ3.54.511.14-
YUV55.72105.02127.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=41.04%
G=47.76%
B=11.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564150.1400.770.7571.0262.0315.49
Hex3740FE04D4B473ef
Octal67100171601151131077617
Binary11011110000001111111001001101100101110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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