Html Css Color HEX #364538 Timber Green

📋 copy color: '#364538'

red 54 ◦ green 69 ◦ blue 56

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

Shades of Timber Green #364538

Tints of Timber Green #364538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.55%

 BLUE value IS 56 (22.27% from 255) = 31.28%

R = 30.17%
G = 38.55%
B = 31.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#364538 (or 0x364538) is known color: Timber Green. HEX triplet: 36, 45 and 38. RGB value is (54,69,56). Sum of RGB (Red+Green+Blue) = 54+69+56=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #364538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364538 is #C9BAC7. Grayscale: #3F3F3F. Windows color (decimal): -13220552 or 3687734. OLE color: 3687734.

HSL color Cylindrical-coordinate representation of color #364538: hue angle of 128º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #364538 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 69 56 -
CMYK 0.22 0 0.19 0.73
HSL 128º 0.12% 0.24% -
HSV(B) 128º 0.22% 0.27% -
XYZ 4.36 5.33 4.54 -
YUV 63.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 54 69 56 0.22 0 0.19 0.73 128 0.12 0.24
Hex 36 45 38 16 0 13 49 80 C 18
Octal 66 105 70 26 0 23 111 200 14 30
Binary 110110 1000101 111000 10110 0 10011 1001001 10000000 1100 11000

Color Harmonies of #364538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364538

Black with #364538

Text Example


Text Example

White with #364538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364538; }

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

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

background-color css

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

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

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

border-color css

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

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

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