#323834

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

Shades of Timber Green #323834

Tints of Timber Green #323834

Color information

#323834 (or 0x323834) is unknown color: approx Timber Green. HEX triplet: 32, 38 and 34. RGB value is (50,56,52). Sum of RGB (Red+Green+Blue) = 50+56+52=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 56 - color contains mainly: green. Hex color #323834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323834 is #CDC7CB. Grayscale: #353535. Windows color (decimal): -13486028 or 3422258. OLE color: 3422258.

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

Color convert

RGB505652-
CMYK0.1100.070.78
HSL140º5.66%20.78%-
HSV(B)140º10.71%21.96%-
XYZ3.353.753.8-
YUV53.75127.01125.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=31.65%
G=35.44%
B=32.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056520.1100.070.781405.6620.78
Hex323834B074E8c615
Octal6270641307116214625
Binary1100101110001101001011011110011101000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323834; }

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

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

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

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

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

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

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

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