#374012

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

Shades of Turtle Green #374012

Tints of Turtle Green #374012

Color information

#374012 (or 0x374012) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 12. RGB value is (55,64,18). Sum of RGB (Red+Green+Blue) = 55+64+18=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #374012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374012 is #C8BFED. Grayscale: #383838. Windows color (decimal): -13156334 or 1196087. OLE color: 1196087.

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

Color convert

RGB556418-
CMYK0.1400.720.75
HSL71.74º56.1%16.08%-
HSV(B)71.74º71.88%25.1%-
XYZ3.524.521.26-
YUV56.06106.52127.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=40.15%
G=46.72%
B=13.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564180.1400.720.7571.7456.116.08
Hex374012E0484B483810
Octal67100221601101131107020
Binary1101111000000100101110010010001001011100100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374012; }

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

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

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

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

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

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

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

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