#324C10

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

Shades of Turtle Green #324C10

Tints of Turtle Green #324C10

Color information

#324C10 (or 0x324C10) is unknown color: approx Turtle Green. HEX triplet: 32, 4C and 10. RGB value is (50,76,16). Sum of RGB (Red+Green+Blue) = 50+76+16=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #324C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C10 is #CDB3EF. Grayscale: #3D3D3D. Windows color (decimal): -13480944 or 1068082. OLE color: 1068082.

HSL color Cylindrical-coordinate representation of color #324C10: hue angle of 86º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324C10 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB507616-
CMYK0.3400.790.70
HSL86º65.22%18.04%-
HSV(B)86º78.95%29.8%-
XYZ3.995.881.42-
YUV61.39102.39119.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.21%
GREEN value IS 76 (30.08% from 255) = 53.52%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=35.21%
G=53.52%
B=11.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5076160.3400.790.708665.2218.04
Hex324C102204F46564112
Octal621142042011710612610122
Binary1100101001100100001000100100111110001101010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,76,16); }

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

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

 a { background-color: rgb(50,76,16); }

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

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

 span { border-color: rgb(50,76,16); }

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