#324904

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

Shades of Turtle Green #324904

Tints of Turtle Green #324904

Color information

#324904 (or 0x324904) is unknown color: approx Turtle Green. HEX triplet: 32, 49 and 04. RGB value is (50,73,4). Sum of RGB (Red+Green+Blue) = 50+73+4=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #324904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324904 is #CDB6FB. Grayscale: #3A3A3A. Windows color (decimal): -13481724 or 280882. OLE color: 280882.

HSL color Cylindrical-coordinate representation of color #324904: hue angle of 80º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #324904 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB50734-
CMYK0.3200.950.71
HSL80º89.61%15.1%-
HSV(B)80º94.52%28.63%-
XYZ3.725.450.97-
YUV58.2697.38122.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 73 (28.91% from 255) = 57.48%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=39.37%
G=57.48%
B=3.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal507340.3200.950.718089.6115.1
Hex324942005F47505af
Octal62111440013710712013217
Binary1100101001001100100000010111111000111101000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324904; }

 p { color: rgb(50,73,4); }

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

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

 a { background-color: rgb(50,73,4); }

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

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

 span { border-color: rgb(50,73,4); }

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