#323B20

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

Shades of Turtle Green #323B20

Tints of Turtle Green #323B20

Color information

#323B20 (or 0x323B20) is unknown color: approx Turtle Green. HEX triplet: 32, 3B and 20. RGB value is (50,59,32). Sum of RGB (Red+Green+Blue) = 50+59+32=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #323B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B20 is #CDC4DF. Grayscale: #353535. Windows color (decimal): -13485280 or 2112306. OLE color: 2112306.

HSL color Cylindrical-coordinate representation of color #323B20: hue angle of 80º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #323B20 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB505932-
CMYK0.1500.460.77
HSL80º29.67%17.84%-
HSV(B)80º45.76%23.14%-
XYZ3.143.911.96-
YUV53.23116.02125.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=35.46%
G=41.84%
B=22.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5059320.1500.460.778029.6717.84
Hex323B20F02E4D501e12
Octal627340170561151203622
Binary11001011101110000011110101110100110110100001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,32); }

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

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

 a { background-color: rgb(50,59,32); }

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

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

 span { border-color: rgb(50,59,32); }

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