Html Css Color HEX #354537 Timber Green

📋 copy color: '#354537'

red 53 ◦ green 69 ◦ blue 55

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

Shades of Timber Green #354537

Tints of Timber Green #354537

RGB

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

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

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

R = 29.94%
G = 38.98%
B = 31.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#354537 (or 0x354537) is known color: Timber Green. HEX triplet: 35, 45 and 37. RGB value is (53,69,55). Sum of RGB (Red+Green+Blue) = 53+69+55=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #354537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354537 is #CABAC8. Grayscale: #3E3E3E. Windows color (decimal): -13286089 or 3622197. OLE color: 3622197.

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

Color convert

RGB 53 69 55 -
CMYK 0.23 0 0.20 0.73
HSL 127.5º 0.13% 0.24% -
HSV(B) 127.5º 0.23% 0.27% -
XYZ 4.29 5.29 4.41 -
YUV 62.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 53 69 55 0.23 0 0.20 0.73 127.5 0.13 0.24
Hex 35 45 37 17 0 14 49 80 D 18
Octal 65 105 67 27 0 24 111 200 15 30
Binary 110101 1000101 110111 10111 0 10100 1001001 10000000 1101 11000

Color Harmonies of #354537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354537

Black with #354537

Text Example


Text Example

White with #354537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354537; }

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

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

background-color css

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

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

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

border-color css

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

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

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