Html Css Color HEX #354937 Timber Green

📋 copy color: '#354937'

red 53 ◦ green 73 ◦ blue 55

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

Shades of Timber Green #354937

Tints of Timber Green #354937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.33%

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

R = 29.28%
G = 40.33%
B = 30.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#354937 (or 0x354937) is known color: Timber Green. HEX triplet: 35, 49 and 37. RGB value is (53,73,55). Sum of RGB (Red+Green+Blue) = 53+73+55=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #354937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354937 is #CAB6C8. Grayscale: #414141. Windows color (decimal): -13285065 or 3623221. OLE color: 3623221.

HSL color Cylindrical-coordinate representation of color #354937: hue angle of 126º 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 #354937 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 55 -
CMYK 0.27 0 0.25 0.71
HSL 126º 0.16% 0.25% -
HSV(B) 126º 0.27% 0.29% -
XYZ 4.54 5.8 4.49 -
YUV 64.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 53 73 55 0.27 0 0.25 0.71 126 0.16 0.25
Hex 35 49 37 1B 0 19 47 7E 10 19
Octal 65 111 67 33 0 31 107 176 20 31
Binary 110101 1001001 110111 11011 0 11001 1000111 1111110 10000 11001

Color Harmonies of #354937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354937

Black with #354937

Text Example


Text Example

White with #354937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354937; }

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

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

background-color css

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

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

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

border-color css

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

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

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