#324615

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

Shades of Turtle Green #324615

Tints of Turtle Green #324615

Color information

#324615 (or 0x324615) is unknown color: approx Turtle Green. HEX triplet: 32, 46 and 15. RGB value is (50,70,21). Sum of RGB (Red+Green+Blue) = 50+70+21=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #324615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324615 is #CDB9EA. Grayscale: #3A3A3A. Windows color (decimal): -13482475 or 1394226. OLE color: 1394226.

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

Color convert

RGB507021-
CMYK0.2900.700.73
HSL84.49º53.85%17.84%-
HSV(B)84.49º70%27.45%-
XYZ3.645.111.5-
YUV58.43106.87121.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=35.46%
G=49.65%
B=14.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070210.2900.700.7384.4953.8517.84
Hex3246151D04649543612
Octal62106253501061111246622
Binary11001010001101010111101010001101001001101010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324615; }

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

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

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

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

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

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

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

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