#323E34

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

Shades of Timber Green #323E34

Tints of Timber Green #323E34

Color information

#323E34 (or 0x323E34) is unknown color: approx Timber Green. HEX triplet: 32, 3E and 34. RGB value is (50,62,52). Sum of RGB (Red+Green+Blue) = 50+62+52=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 62 - color contains mainly: green. Hex color #323E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E34 is #CDC1CB. Grayscale: #393939. Windows color (decimal): -13484492 or 3423794. OLE color: 3423794.

HSL color Cylindrical-coordinate representation of color #323E34: hue angle of 130º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #323E34 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB506252-
CMYK0.1900.160.76
HSL130º10.71%21.96%-
HSV(B)130º19.35%24.31%-
XYZ3.664.373.9-
YUV57.27125.02122.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=30.49%
G=37.80%
B=31.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5062520.1900.160.7613010.7121.96
Hex323E34130104C82b16
Octal627664230201142021326
Binary11001011111011010010011010000100110010000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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