#324605

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

Shades of Turtle Green #324605

Tints of Turtle Green #324605

Color information

#324605 (or 0x324605) is unknown color: approx Turtle Green. HEX triplet: 32, 46 and 05. RGB value is (50,70,5). Sum of RGB (Red+Green+Blue) = 50+70+5=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #324605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324605 is #CDB9FA. Grayscale: #383838. Windows color (decimal): -13482491 or 345650. OLE color: 345650.

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

Color convert

RGB50705-
CMYK0.2900.930.73
HSL78.46º86.67%14.71%-
HSV(B)78.46º92.86%27.45%-
XYZ3.535.070.94-
YUV56.6198.87123.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 56%
BLUE value IS 5 (2.34% from 255) = 4%
R=40%
G=56%
B=4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal507050.2900.930.7378.4686.6714.71
Hex324651D05D494e57f
Octal62106535013511111612717
Binary110010100011010111101010111011001001100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324605; }

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

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

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

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

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

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

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

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