Html Css Color HEX #354036 Timber Green

📋 copy color: '#354036'

red 53 ◦ green 64 ◦ blue 54

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

Shades of Timber Green #354036

Tints of Timber Green #354036

RGB

 RED value IS 53 (21.09% from 255) = 30.99%

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

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

R = 30.99%
G = 37.43%
B = 31.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#354036 (or 0x354036) is known color: Timber Green. HEX triplet: 35, 40 and 36. RGB value is (53,64,54). Sum of RGB (Red+Green+Blue) = 53+64+54=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #354036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354036 is #CABFC9. Grayscale: #3B3B3B. Windows color (decimal): -13287370 or 3555381. OLE color: 3555381.

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

Color convert

RGB 53 64 54 -
CMYK 0.17 0 0.16 0.75
HSL 125.45º 0.09% 0.23% -
HSV(B) 125.45º 0.17% 0.25% -
XYZ 3.97 4.69 4.19 -
YUV 59.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 53 64 54 0.17 0 0.16 0.75 125.45 0.09 0.23
Hex 35 40 36 11 0 10 4B 7D 9 17
Octal 65 100 66 21 0 20 113 175 11 27
Binary 110101 1000000 110110 10001 0 10000 1001011 1111101 1001 10111

Color Harmonies of #354036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354036

Black with #354036

Text Example


Text Example

White with #354036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354036; }

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

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

background-color css

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

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

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

border-color css

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

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

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