#323513

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

Shades of Turtle Green #323513

Tints of Turtle Green #323513

Color information

#323513 (or 0x323513) is unknown color: approx Turtle Green. HEX triplet: 32, 35 and 13. RGB value is (50,53,19). Sum of RGB (Red+Green+Blue) = 50+53+19=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #323513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323513 is #CDCAEC. Grayscale: #303030. Windows color (decimal): -13486829 or 1258802. OLE color: 1258802.

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

Color convert

RGB505319-
CMYK0.0600.640.79
HSL65.29º47.22%14.12%-
HSV(B)65.29º64.15%20.78%-
XYZ2.713.271.1-
YUV48.23111.51129.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=40.98%
G=43.44%
B=15.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053190.0600.640.7965.2947.2214.12
Hex32351360404F412fe
Octal626523601001171015716
Binary1100101101011001111001000000100111110000011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323513; }

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

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

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

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

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

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

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

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