Html Css Color HEX #354835 Timber Green

📋 copy color: '#354835'

red 53 ◦ green 72 ◦ blue 53

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

Shades of Timber Green #354835

Tints of Timber Green #354835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

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

R = 29.78%
G = 40.45%
B = 29.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#354835 (or 0x354835) is known color: Timber Green. HEX triplet: 35, 48 and 35. RGB value is (53,72,53). Sum of RGB (Red+Green+Blue) = 53+72+53=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #354835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354835 is #CAB7CA. Grayscale: #404040. Windows color (decimal): -13285323 or 3491893. OLE color: 3491893.

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

Color convert

RGB 53 72 53 -
CMYK 0.26 0 0.26 0.72
HSL 120º 0.15% 0.25% -
HSV(B) 120º 0.26% 0.28% -
XYZ 4.43 5.65 4.23 -
YUV 64.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 53 72 53 0.26 0 0.26 0.72 120 0.15 0.25
Hex 35 48 35 1A 0 1A 48 78 F 19
Octal 65 110 65 32 0 32 110 170 17 31
Binary 110101 1001000 110101 11010 0 11010 1001000 1111000 1111 11001

Color Harmonies of #354835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354835

Black with #354835

Text Example


Text Example

White with #354835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354835; }

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

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

background-color css

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

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

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

border-color css

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

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

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