#324036

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

Shades of Timber Green #324036

Tints of Timber Green #324036

Color information

#324036 (or 0x324036) is unknown color: approx Timber Green. HEX triplet: 32, 40 and 36. RGB value is (50,64,54). Sum of RGB (Red+Green+Blue) = 50+64+54=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #324036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324036 is #CDBFC9. Grayscale: #3A3A3A. Windows color (decimal): -13483978 or 3555378. OLE color: 3555378.

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

Color convert

RGB506454-
CMYK0.2200.160.75
HSL137.14º12.28%22.35%-
HSV(B)137.14º21.88%25.1%-
XYZ3.814.614.18-
YUV58.67125.36121.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=29.76%
G=38.10%
B=32.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064540.2200.160.75137.1412.2822.35
Hex324036160104B89c16
Octal6210066260201132111426
Binary110010100000011011010110010000100101110001001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324036; }

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

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

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

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

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

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

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

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