Html Css Color HEX #364C3A Timber Green

📋 copy color: '#364C3A'

red 54 ◦ green 76 ◦ blue 58

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

Shades of Timber Green #364C3A

Tints of Timber Green #364C3A

RGB

 RED value IS 54 (21.48% from 255) = 28.72%

 GREEN value IS 76 (30.08% from 255) = 40.43%

 BLUE value IS 58 (23.05% from 255) = 30.85%

R = 28.72%
G = 40.43%
B = 30.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#364C3A (or 0x364C3A) is known color: Timber Green. HEX triplet: 36, 4C and 3A. RGB value is (54,76,58). Sum of RGB (Red+Green+Blue) = 54+76+58=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #364C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C3A is #C9B3C5. Grayscale: #434343. Windows color (decimal): -13218758 or 3820598. OLE color: 3820598.

HSL color Cylindrical-coordinate representation of color #364C3A: hue angle of 130.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #364C3A is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 76 58 -
CMYK 0.29 0 0.24 0.70
HSL 130.91º 0.17% 0.25% -
HSV(B) 130.91º 0.29% 0.3% -
XYZ 4.87 6.26 4.95 -
YUV 67.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 54 76 58 0.29 0 0.24 0.70 130.91 0.17 0.25
Hex 36 4C 3A 1D 0 18 46 83 11 19
Octal 66 114 72 35 0 30 106 203 21 31
Binary 110110 1001100 111010 11101 0 11000 1000110 10000011 10001 11001

Color Harmonies of #364C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C3A

Black with #364C3A

Text Example


Text Example

White with #364C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #364C3A;
 }
 .AnyTagClassName
 {
   color: #364C3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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