#364A39

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

Shades of Timber Green #364A39

Tints of Timber Green #364A39

Color information

#364A39 (or 0x364A39) is unknown color: approx Timber Green. HEX triplet: 36, 4A and 39. RGB value is (54,74,57). Sum of RGB (Red+Green+Blue) = 54+74+57=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #364A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A39 is #C9B5C6. Grayscale: #424242. Windows color (decimal): -13219271 or 3754550. OLE color: 3754550.

HSL color Cylindrical-coordinate representation of color #364A39: hue angle of 129º 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 #364A39 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB547457-
CMYK0.2700.230.71
HSL129º15.63%25.1%-
HSV(B)129º27.03%29.02%-
XYZ4.715.984.78-
YUV66.08122.87119.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=29.19%
G=40%
B=30.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5474570.2700.230.7112915.6325.1
Hex364A391B01747811019
Octal6611271330271072012031
Binary1101101001010111001110110101111000111100000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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