#324600

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

Shades of Turtle Green #324600

Tints of Turtle Green #324600

Color information

#324600 (or 0x324600) is unknown color: approx Turtle Green. HEX triplet: 32, 46 and 00. RGB value is (50,70,0). Sum of RGB (Red+Green+Blue) = 50+70+0=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #324600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324600 is #CDB9FF. Grayscale: #383838. Windows color (decimal): -13482496 or 17970. OLE color: 17970.

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

Color convert

RGB50700-
CMYK0.29010.73
HSL77.14º100%13.73%-
HSV(B)77.14º100%27.45%-
XYZ3.515.060.79-
YUV56.0496.37123.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 70 (27.73% from 255) = 58.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.67%
G=58.33%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal507000.29010.7377.1410013.73
Hex324601D064494d64e
Octal62106035014411111514416
Binary1100101000110011101011001001001001100110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324600; }

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

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

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

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

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

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

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

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