#324A06

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

Shades of Turtle Green #324A06

Tints of Turtle Green #324A06

Color information

#324A06 (or 0x324A06) is unknown color: approx Turtle Green. HEX triplet: 32, 4A and 06. RGB value is (50,74,6). Sum of RGB (Red+Green+Blue) = 50+74+6=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #324A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A06 is #CDB5F9. Grayscale: #3B3B3B. Windows color (decimal): -13481466 or 412210. OLE color: 412210.

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

Color convert

RGB50746-
CMYK0.3200.920.71
HSL81.18º85%15.69%-
HSV(B)81.18º91.89%29.02%-
XYZ3.85.591.05-
YUV59.0798.05121.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 74 (29.30% from 255) = 56.92%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=38.46%
G=56.92%
B=4.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal507460.3200.920.7181.188515.69
Hex324A62005C47515510
Octal62112640013410712112520
Binary11001010010101101000000101110010001111010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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