Html Css Color HEX #364A36 Timber Green

📋 copy color: '#364A36'

red 54 ◦ green 74 ◦ blue 54

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

Shades of Timber Green #364A36

Tints of Timber Green #364A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.66%

 BLUE value IS 54 (21.48% from 255) = 29.67%

R = 29.67%
G = 40.66%
B = 29.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#364A36 (or 0x364A36) is known color: Timber Green. HEX triplet: 36, 4A and 36. RGB value is (54,74,54). Sum of RGB (Red+Green+Blue) = 54+74+54=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #364A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A36 is #C9B5C9. Grayscale: #414141. Windows color (decimal): -13219274 or 3557942. OLE color: 3557942.

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

Color convert

RGB 54 74 54 -
CMYK 0.27 0 0.27 0.71
HSL 120º 0.16% 0.25% -
HSV(B) 120º 0.27% 0.29% -
XYZ 4.64 5.95 4.39 -
YUV 65.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 54 74 54 0.27 0 0.27 0.71 120 0.16 0.25
Hex 36 4A 36 1B 0 1B 47 78 10 19
Octal 66 112 66 33 0 33 107 170 20 31
Binary 110110 1001010 110110 11011 0 11011 1000111 1111000 10000 11001

Color Harmonies of #364A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A36

Black with #364A36

Text Example


Text Example

White with #364A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,74,54); }

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

background-color css

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

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

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

border-color css

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

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

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