Html Css Color HEX #354535 Timber Green

📋 copy color: '#354535'

red 53 ◦ green 69 ◦ blue 53

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

Shades of Timber Green #354535

Tints of Timber Green #354535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 30.29%
G = 39.43%
B = 30.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#354535 (or 0x354535) is known color: Timber Green. HEX triplet: 35, 45 and 35. RGB value is (53,69,53). Sum of RGB (Red+Green+Blue) = 53+69+53=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #354535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354535 is #CABACA. Grayscale: #3E3E3E. Windows color (decimal): -13286091 or 3491125. OLE color: 3491125.

HSL color Cylindrical-coordinate representation of color #354535: hue angle of 120º 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 #354535 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 53 -
CMYK 0.23 0 0.23 0.73
HSL 120º 0.13% 0.24% -
HSV(B) 120º 0.23% 0.27% -
XYZ 4.24 5.27 4.16 -
YUV 62.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 53 69 53 0.23 0 0.23 0.73 120 0.13 0.24
Hex 35 45 35 17 0 17 49 78 D 18
Octal 65 105 65 27 0 27 111 170 15 30
Binary 110101 1000101 110101 10111 0 10111 1001001 1111000 1101 11000

Color Harmonies of #354535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354535

Black with #354535

Text Example


Text Example

White with #354535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354535; }

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

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

background-color css

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

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

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

border-color css

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

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

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