#364638

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

Shades of Timber Green #364638

Tints of Timber Green #364638

Color information

#364638 (or 0x364638) is unknown color: approx Timber Green. HEX triplet: 36, 46 and 38. RGB value is (54,70,56). Sum of RGB (Red+Green+Blue) = 54+70+56=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #364638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364638 is #C9B9C7. Grayscale: #3F3F3F. Windows color (decimal): -13220296 or 3687990. OLE color: 3687990.

HSL color Cylindrical-coordinate representation of color #364638: hue angle of 127.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 #364638 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB547056-
CMYK0.2300.200.73
HSL127.5º12.9%24.31%-
HSV(B)127.5º22.86%27.45%-
XYZ4.435.454.56-
YUV63.62123.7121.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=30%
G=38.89%
B=31.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470560.2300.200.73127.512.924.31
Hex364638170144980d18
Octal6610670270241112001530
Binary110110100011011100010111010100100100110000000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364638; }

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

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

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

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

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

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

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

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