#364038

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

Shades of Timber Green #364038

Tints of Timber Green #364038

Color information

#364038 (or 0x364038) is unknown color: approx Timber Green. HEX triplet: 36, 40 and 38. RGB value is (54,64,56). Sum of RGB (Red+Green+Blue) = 54+64+56=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #364038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364038 is #C9BFC7. Grayscale: #3C3C3C. Windows color (decimal): -13221832 or 3686454. OLE color: 3686454.

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

Color convert

RGB546456-
CMYK0.1600.130.75
HSL132º8.47%23.14%-
HSV(B)132º15.62%25.1%-
XYZ4.074.744.44-
YUV60.1125.69123.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 56 (22.27% from 255) = 32.18%
R=31.03%
G=36.78%
B=32.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464560.1600.130.751328.4723.14
Hex364038100D4B84817
Octal6610070200151132041027
Binary11011010000001110001000001101100101110000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364038; }

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

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

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

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

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

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

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

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