#364036

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

Shades of Timber Green #364036

Tints of Timber Green #364036

Color information

#364036 (or 0x364036) is unknown color: approx Timber Green. HEX triplet: 36, 40 and 36. RGB value is (54,64,54). Sum of RGB (Red+Green+Blue) = 54+64+54=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #364036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364036 is #C9BFC9. Grayscale: #3B3B3B. Windows color (decimal): -13221834 or 3555382. OLE color: 3555382.

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

Color convert

RGB546454-
CMYK0.1600.160.75
HSL120º8.47%23.14%-
HSV(B)120º15.62%25.1%-
XYZ4.024.724.19-
YUV59.87124.69123.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=31.40%
G=37.21%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464540.1600.160.751208.4723.14
Hex364036100104B78817
Octal6610066200201131701027
Binary11011010000001101101000001000010010111111000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364036; }

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

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

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

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

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

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

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

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