#374812

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

Shades of Turtle Green #374812

Tints of Turtle Green #374812

Color information

#374812 (or 0x374812) is unknown color: approx Turtle Green. HEX triplet: 37, 48 and 12. RGB value is (55,72,18). Sum of RGB (Red+Green+Blue) = 55+72+18=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #374812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374812 is #C8B7ED. Grayscale: #3C3C3C. Windows color (decimal): -13154286 or 1198135. OLE color: 1198135.

HSL color Cylindrical-coordinate representation of color #374812: hue angle of 78.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374812 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB557218-
CMYK0.2400.750.72
HSL78.89º60%17.65%-
HSV(B)78.89º75%28.24%-
XYZ45.491.42-
YUV60.76103.87123.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=37.93%
G=49.66%
B=12.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572180.2400.750.7278.896017.65
Hex3748121804B484f3c12
Octal67110223001131101177422
Binary11011110010001001011000010010111001000100111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374812; }

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

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

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

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

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

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

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

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