#324238

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

Shades of Timber Green #324238

Tints of Timber Green #324238

Color information

#324238 (or 0x324238) is unknown color: approx Timber Green. HEX triplet: 32, 42 and 38. RGB value is (50,66,56). Sum of RGB (Red+Green+Blue) = 50+66+56=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #324238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324238 is #CDBDC7. Grayscale: #3C3C3C. Windows color (decimal): -13483464 or 3686962. OLE color: 3686962.

HSL color Cylindrical-coordinate representation of color #324238: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #324238 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB506656-
CMYK0.2400.150.74
HSL142.5º13.79%22.75%-
HSV(B)142.5º24.24%25.88%-
XYZ3.984.864.47-
YUV60.08125.7120.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=29.07%
G=38.37%
B=32.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066560.2400.150.74142.513.7922.75
Hex324238180F4A8ee17
Octal6210270300171122161627
Binary11001010000101110001100001111100101010001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324238; }

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

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

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

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

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

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

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

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