#364B3A

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

Shades of Timber Green #364B3A

Tints of Timber Green #364B3A

Color information

#364B3A (or 0x364B3A) is unknown color: approx Timber Green. HEX triplet: 36, 4B and 3A. RGB value is (54,75,58). Sum of RGB (Red+Green+Blue) = 54+75+58=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #364B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B3A is #C9B4C5. Grayscale: #424242. Windows color (decimal): -13219014 or 3820342. OLE color: 3820342.

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

Color convert

RGB547558-
CMYK0.2800.230.71
HSL131.43º16.28%25.29%-
HSV(B)131.43º28%29.41%-
XYZ4.86.124.93-
YUV66.78123.04118.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=28.88%
G=40.11%
B=31.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475580.2800.230.71131.4316.2825.29
Hex364B3A1C01747831019
Octal6611372340271072032031
Binary1101101001011111010111000101111000111100000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,58); }

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

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

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

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

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

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

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