#324133

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

Shades of Timber Green #324133

Tints of Timber Green #324133

Color information

#324133 (or 0x324133) is unknown color: approx Timber Green. HEX triplet: 32, 41 and 33. RGB value is (50,65,51). Sum of RGB (Red+Green+Blue) = 50+65+51=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #324133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324133 is #CDBECC. Grayscale: #3A3A3A. Windows color (decimal): -13483725 or 3359026. OLE color: 3359026.

HSL color Cylindrical-coordinate representation of color #324133: hue angle of 124º 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 #324133 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB506551-
CMYK0.2300.220.75
HSL124º13.04%22.55%-
HSV(B)124º23.08%25.49%-
XYZ3.84.73.84-
YUV58.92123.53121.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=30.12%
G=39.16%
B=30.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065510.2300.220.7512413.0422.55
Hex324133170164B7cd17
Octal6210163270261131741527
Binary11001010000011100111011101011010010111111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324133; }

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

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

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

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

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

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

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

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