#324132

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

Shades of Timber Green #324132

Tints of Timber Green #324132

Color information

#324132 (or 0x324132) is unknown color: approx Timber Green. HEX triplet: 32, 41 and 32. RGB value is (50,65,50). Sum of RGB (Red+Green+Blue) = 50+65+50=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #324132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324132 is #CDBECD. Grayscale: #3A3A3A. Windows color (decimal): -13483726 or 3293490. OLE color: 3293490.

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

Color convert

RGB506550-
CMYK0.2300.230.75
HSL120º13.04%22.55%-
HSV(B)120º23.08%25.49%-
XYZ3.784.693.72-
YUV58.81123.03121.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=30.30%
G=39.39%
B=30.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065500.2300.230.7512013.0422.55
Hex324132170174B78d17
Octal6210162270271131701527
Binary11001010000011100101011101011110010111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324132; }

 p { color: rgb(50,65,50); }

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

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

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

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

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

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

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