Html Css Color HEX #364B3A Timber Green

📋 copy color: '#364B3A'

red 54 ◦ green 75 ◦ blue 58

#364B3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #364B3A

Tints of Timber Green #364B3A

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 value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#364B3A (or 0x364B3A) is known color: 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

RGB 54 75 58 -
CMYK 0.28 0 0.23 0.71
HSL 131.43º 0.16% 0.25% -
HSV(B) 131.43º 0.28% 0.29% -
XYZ 4.8 6.12 4.93 -
YUV 66.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 54 75 58 0.28 0 0.23 0.71 131.43 0.16 0.25
Hex 36 4B 3A 1C 0 17 47 83 10 19
Octal 66 113 72 34 0 27 107 203 20 31
Binary 110110 1001011 111010 11100 0 10111 1000111 10000011 10000 11001

Color Harmonies of #364B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B3A

Black with #364B3A

Text Example


Text Example

White with #364B3A

Text Example


Text Example

HTML Codes & Css Web 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>