#323E10

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

Shades of Turtle Green #323E10

Tints of Turtle Green #323E10

Color information

#323E10 (or 0x323E10) is unknown color: approx Turtle Green. HEX triplet: 32, 3E and 10. RGB value is (50,62,16). Sum of RGB (Red+Green+Blue) = 50+62+16=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #323E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323E10 is #CDC1EF. Grayscale: #353535. Windows color (decimal): -13484528 or 1064498. OLE color: 1064498.

HSL color Cylindrical-coordinate representation of color #323E10: hue angle of 75.65º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323E10 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB506216-
CMYK0.1900.740.76
HSL75.65º58.97%15.29%-
HSV(B)75.65º74.19%24.31%-
XYZ3.134.161.13-
YUV53.17107.02125.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 62 (24.61% from 255) = 48.44%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=39.06%
G=48.44%
B=12.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5062160.1900.740.7675.6558.9715.29
Hex323E101304A4C4c3bf
Octal6276202301121141147317
Binary110010111110100001001101001010100110010011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E10; }

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

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

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

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

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

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

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

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