#324C09

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

Shades of Turtle Green #324C09

Tints of Turtle Green #324C09

Color information

#324C09 (or 0x324C09) is unknown color: approx Turtle Green. HEX triplet: 32, 4C and 09. RGB value is (50,76,9). Sum of RGB (Red+Green+Blue) = 50+76+9=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #324C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C09 is #CDB3F6. Grayscale: #3C3C3C. Windows color (decimal): -13480951 or 609330. OLE color: 609330.

HSL color Cylindrical-coordinate representation of color #324C09: hue angle of 83.28º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #324C09 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB50769-
CMYK0.3400.880.70
HSL83.28º78.82%16.67%-
HSV(B)83.28º88.16%29.8%-
XYZ3.955.871.18-
YUV60.5998.89120.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 76 (30.08% from 255) = 56.30%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=37.04%
G=56.30%
B=6.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal507690.3400.880.7083.2878.8216.67
Hex324C92205846534f11
Octal621141142013010612311721
Binary110010100110010011000100101100010001101010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,9); }

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

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

 a { background-color: rgb(50,76,9); }

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

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

 span { border-color: rgb(50,76,9); }

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