#323510

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

Shades of Turtle Green #323510

Tints of Turtle Green #323510

Color information

#323510 (or 0x323510) is unknown color: approx Turtle Green. HEX triplet: 32, 35 and 10. RGB value is (50,53,16). Sum of RGB (Red+Green+Blue) = 50+53+16=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #323510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323510 is #CDCAEF. Grayscale: #303030. Windows color (decimal): -13486832 or 1062194. OLE color: 1062194.

HSL color Cylindrical-coordinate representation of color #323510: hue angle of 64.86º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323510 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB505316-
CMYK0.0600.700.79
HSL64.86º53.62%13.53%-
HSV(B)64.86º69.81%20.78%-
XYZ2.683.260.98-
YUV47.88110.01129.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=42.02%
G=44.54%
B=13.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053160.0600.700.7964.8653.6213.53
Hex32351060464F4136e
Octal626520601061171016616
Binary1100101101011000011001000110100111110000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323510; }

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

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

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

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

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

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

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

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