Html Css Color HEX #354037 Timber Green

📋 copy color: '#354037'

red 53 ◦ green 64 ◦ blue 55

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

Shades of Timber Green #354037

Tints of Timber Green #354037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 30.81%
G = 37.21%
B = 31.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#354037 (or 0x354037) is known color: Timber Green. HEX triplet: 35, 40 and 37. RGB value is (53,64,55). Sum of RGB (Red+Green+Blue) = 53+64+55=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #354037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354037 is #CABFC8. Grayscale: #3B3B3B. Windows color (decimal): -13287369 or 3620917. OLE color: 3620917.

HSL color Cylindrical-coordinate representation of color #354037: hue angle of 130.91º 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 #354037 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 55 -
CMYK 0.17 0 0.14 0.75
HSL 130.91º 0.09% 0.23% -
HSV(B) 130.91º 0.17% 0.25% -
XYZ 3.99 4.7 4.31 -
YUV 59.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 53 64 55 0.17 0 0.14 0.75 130.91 0.09 0.23
Hex 35 40 37 11 0 E 4B 83 9 17
Octal 65 100 67 21 0 16 113 203 11 27
Binary 110101 1000000 110111 10001 0 1110 1001011 10000011 1001 10111

Color Harmonies of #354037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354037

Black with #354037

Text Example


Text Example

White with #354037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354037; }

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

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

background-color css

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

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

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

border-color css

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

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

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