#324E11

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

Shades of Turtle Green #324E11

Tints of Turtle Green #324E11

Color information

#324E11 (or 0x324E11) is unknown color: approx Turtle Green. HEX triplet: 32, 4E and 11. RGB value is (50,78,17). Sum of RGB (Red+Green+Blue) = 50+78+17=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 78 (30.86% from 255 or 53.79% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 78 - color contains mainly: green. Hex color #324E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324E11 is #CDB1EE. Grayscale: #3E3E3E. Windows color (decimal): -13480431 or 1134130. OLE color: 1134130.

HSL color Cylindrical-coordinate representation of color #324E11: hue angle of 87.54º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324E11 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB507817-
CMYK0.3600.780.69
HSL87.54º64.21%18.63%-
HSV(B)87.54º78.21%30.59%-
XYZ4.146.171.5-
YUV62.67102.22118.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 78 (30.86% from 255) = 53.79%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=34.48%
G=53.79%
B=11.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078170.3600.780.6987.5464.2118.63
Hex324E112404E45584013
Octal621162144011610513010023
Binary1100101001110100011001000100111010001011011000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324E11; }

 p { color: rgb(50,78,17); }

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

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

 a { background-color: rgb(50,78,17); }

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

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

 span { border-color: rgb(50,78,17); }

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