Html Css Color HEX #354735 Timber Green

📋 copy color: '#354735'

red 53 ◦ green 71 ◦ blue 53

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

Shades of Timber Green #354735

Tints of Timber Green #354735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

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

R = 29.94%
G = 40.11%
B = 29.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#354735 (or 0x354735) is known color: Timber Green. HEX triplet: 35, 47 and 35. RGB value is (53,71,53). Sum of RGB (Red+Green+Blue) = 53+71+53=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #354735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354735 is #CAB8CA. Grayscale: #3F3F3F. Windows color (decimal): -13285579 or 3491637. OLE color: 3491637.

HSL color Cylindrical-coordinate representation of color #354735: hue angle of 120º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354735 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 53 -
CMYK 0.25 0 0.25 0.72
HSL 120º 0.15% 0.24% -
HSV(B) 120º 0.25% 0.28% -
XYZ 4.36 5.52 4.2 -
YUV 63.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 53 71 53 0.25 0 0.25 0.72 120 0.15 0.24
Hex 35 47 35 19 0 19 48 78 F 18
Octal 65 107 65 31 0 31 110 170 17 30
Binary 110101 1000111 110101 11001 0 11001 1001000 1111000 1111 11000

Color Harmonies of #354735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354735

Black with #354735

Text Example


Text Example

White with #354735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354735; }

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

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

background-color css

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

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

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

border-color css

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

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

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