#324616

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

Shades of Turtle Green #324616

Tints of Turtle Green #324616

Color information

#324616 (or 0x324616) is unknown color: approx Turtle Green. HEX triplet: 32, 46 and 16. RGB value is (50,70,22). Sum of RGB (Red+Green+Blue) = 50+70+22=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #324616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324616 is #CDB9E9. Grayscale: #3A3A3A. Windows color (decimal): -13482474 or 1459762. OLE color: 1459762.

HSL color Cylindrical-coordinate representation of color #324616: hue angle of 85º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324616 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB507022-
CMYK0.2900.690.73
HSL85º52.17%18.04%-
HSV(B)85º68.57%27.45%-
XYZ3.655.121.55-
YUV58.55107.37121.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=35.21%
G=49.30%
B=15.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070220.2900.690.738552.1718.04
Hex3246161D04549553412
Octal62106263501051111256422
Binary11001010001101011011101010001011001001101010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324616; }

 p { color: rgb(50,70,22); }

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

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

 a { background-color: rgb(50,70,22); }

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

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

 span { border-color: rgb(50,70,22); }

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