#324A09

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

Shades of Turtle Green #324A09

Tints of Turtle Green #324A09

Color information

#324A09 (or 0x324A09) is unknown color: approx Turtle Green. HEX triplet: 32, 4A and 09. RGB value is (50,74,9). Sum of RGB (Red+Green+Blue) = 50+74+9=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #324A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A09 is #CDB5F6. Grayscale: #3B3B3B. Windows color (decimal): -13481463 or 608818. OLE color: 608818.

HSL color Cylindrical-coordinate representation of color #324A09: hue angle of 82.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #324A09 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB50749-
CMYK0.3200.880.71
HSL82.15º78.31%16.27%-
HSV(B)82.15º87.84%29.02%-
XYZ3.815.61.14-
YUV59.4199.55121.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 74 (29.30% from 255) = 55.64%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=37.59%
G=55.64%
B=6.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal507490.3200.880.7182.1578.3116.27
Hex324A92005847524e10
Octal621121140013010712211620
Binary110010100101010011000000101100010001111010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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