Html Css Color HEX #364036 Timber Green

📋 copy color: '#364036'

red 54 ◦ green 64 ◦ blue 54

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

Shades of Timber Green #364036

Tints of Timber Green #364036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

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

R = 31.4%
G = 37.21%
B = 31.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#364036 (or 0x364036) is known color: Timber Green. HEX triplet: 36, 40 and 36. RGB value is (54,64,54). Sum of RGB (Red+Green+Blue) = 54+64+54=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #364036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364036 is #C9BFC9. Grayscale: #3B3B3B. Windows color (decimal): -13221834 or 3555382. OLE color: 3555382.

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

Color convert

RGB 54 64 54 -
CMYK 0.16 0 0.16 0.75
HSL 120º 0.08% 0.23% -
HSV(B) 120º 0.16% 0.25% -
XYZ 4.02 4.72 4.19 -
YUV 59.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 54 64 54 0.16 0 0.16 0.75 120 0.08 0.23
Hex 36 40 36 10 0 10 4B 78 8 17
Octal 66 100 66 20 0 20 113 170 10 27
Binary 110110 1000000 110110 10000 0 10000 1001011 1111000 1000 10111

Color Harmonies of #364036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364036

Black with #364036

Text Example


Text Example

White with #364036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364036; }

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

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

background-color css

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

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

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

border-color css

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

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

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