#323920

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

Shades of Turtle Green #323920

Tints of Turtle Green #323920

Color information

#323920 (or 0x323920) is unknown color: approx Turtle Green. HEX triplet: 32, 39 and 20. RGB value is (50,57,32). Sum of RGB (Red+Green+Blue) = 50+57+32=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 57 - color contains mainly: green. Hex color #323920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323920 is #CDC6DF. Grayscale: #343434. Windows color (decimal): -13485792 or 2111794. OLE color: 2111794.

HSL color Cylindrical-coordinate representation of color #323920: hue angle of 76.8º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323920 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB505732-
CMYK0.1200.440.78
HSL76.8º28.09%17.45%-
HSV(B)76.8º43.86%22.35%-
XYZ3.043.711.92-
YUV52.06116.68126.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=35.97%
G=41.01%
B=23.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057320.1200.440.7876.828.0917.45
Hex323920C02C4E4d1c11
Octal627140140541161153421
Binary11001011100110000011000101100100111010011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323920; }

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

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

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

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

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

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

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

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