#364A36

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

Shades of Timber Green #364A36

Tints of Timber Green #364A36

Color information

#364A36 (or 0x364A36) is unknown color: approx Timber Green. HEX triplet: 36, 4A and 36. RGB value is (54,74,54). Sum of RGB (Red+Green+Blue) = 54+74+54=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #364A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A36 is #C9B5C9. Grayscale: #414141. Windows color (decimal): -13219274 or 3557942. OLE color: 3557942.

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

Color convert

RGB547454-
CMYK0.2700.270.71
HSL120º15.63%25.1%-
HSV(B)120º27.03%29.02%-
XYZ4.645.954.39-
YUV65.74121.37119.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 54 (21.48% from 255) = 29.67%
R=29.67%
G=40.66%
B=29.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5474540.2700.270.7112015.6325.1
Hex364A361B01B47781019
Octal6611266330331071702031
Binary110110100101011011011011011011100011111110001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364A36; }

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

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

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

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

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

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

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

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