#323934

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

Shades of Timber Green #323934

Tints of Timber Green #323934

Color information

#323934 (or 0x323934) is unknown color: approx Timber Green. HEX triplet: 32, 39 and 34. RGB value is (50,57,52). Sum of RGB (Red+Green+Blue) = 50+57+52=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 57 - color contains mainly: green. Hex color #323934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323934 is #CDC6CB. Grayscale: #363636. Windows color (decimal): -13485772 or 3422514. OLE color: 3422514.

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

Color convert

RGB505752-
CMYK0.1200.090.78
HSL137.14º6.54%20.98%-
HSV(B)137.14º12.28%22.35%-
XYZ3.43.853.81-
YUV54.34126.68124.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=31.45%
G=35.85%
B=32.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057520.1200.090.78137.146.5420.98
Hex323934C094E89715
Octal62716414011116211725
Binary11001011100111010011000100110011101000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323934; }

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

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

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

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

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

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

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

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