#36463C

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

Shades of Timber Green #36463C

Tints of Timber Green #36463C

Color information

#36463C (or 0x36463C) is unknown color: approx Timber Green. HEX triplet: 36, 46 and 3C. RGB value is (54,70,60). Sum of RGB (Red+Green+Blue) = 54+70+60=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #36463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36463C is #C9B9C3. Grayscale: #404040. Windows color (decimal): -13220292 or 3950134. OLE color: 3950134.

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

Color convert

RGB547060-
CMYK0.2300.140.73
HSL142.5º12.9%24.31%-
HSV(B)142.5º22.86%27.45%-
XYZ4.535.495.1-
YUV64.08125.7120.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.35%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=29.35%
G=38.04%
B=32.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470600.2300.140.73142.512.924.31
Hex36463C170E498ed18
Octal6610674270161112161530
Binary11011010001101111001011101110100100110001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36463C; }

 p { color: rgb(54,70,60); }

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

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

 a { background-color: rgb(54,70,60); }

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

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

 span { border-color: rgb(54,70,60); }

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