#324033

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

Shades of Timber Green #324033

Tints of Timber Green #324033

Color information

#324033 (or 0x324033) is unknown color: approx Timber Green. HEX triplet: 32, 40 and 33. RGB value is (50,64,51). Sum of RGB (Red+Green+Blue) = 50+64+51=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #324033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324033 is #CDBFCC. Grayscale: #3A3A3A. Windows color (decimal): -13483981 or 3358770. OLE color: 3358770.

HSL color Cylindrical-coordinate representation of color #324033: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #324033 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB506451-
CMYK0.2200.200.75
HSL124.29º12.28%22.35%-
HSV(B)124.29º21.88%25.1%-
XYZ3.754.583.82-
YUV58.33123.86122.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=30.30%
G=38.79%
B=30.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064510.2200.200.75124.2912.2822.35
Hex324033160144B7cc16
Octal6210063260241131741426
Binary11001010000001100111011001010010010111111100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324033; }

 p { color: rgb(50,64,51); }

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

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

 a { background-color: rgb(50,64,51); }

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

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

 span { border-color: rgb(50,64,51); }

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