Html Css Color HEX #354235 Timber Green

📋 copy color: '#354235'

red 53 ◦ green 66 ◦ blue 53

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

Shades of Timber Green #354235

Tints of Timber Green #354235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

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

R = 30.81%
G = 38.37%
B = 30.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#354235 (or 0x354235) is known color: Timber Green. HEX triplet: 35, 42 and 35. RGB value is (53,66,53). Sum of RGB (Red+Green+Blue) = 53+66+53=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #354235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354235 is #CABDCA. Grayscale: #3C3C3C. Windows color (decimal): -13286859 or 3490357. OLE color: 3490357.

HSL color Cylindrical-coordinate representation of color #354235: hue angle of 120º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #354235 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 53 -
CMYK 0.20 0 0.20 0.74
HSL 120º 0.11% 0.23% -
HSV(B) 120º 0.2% 0.26% -
XYZ 4.06 4.91 4.1 -
YUV 60.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 53 66 53 0.20 0 0.20 0.74 120 0.11 0.23
Hex 35 42 35 14 0 14 4A 78 B 17
Octal 65 102 65 24 0 24 112 170 13 27
Binary 110101 1000010 110101 10100 0 10100 1001010 1111000 1011 10111

Color Harmonies of #354235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354235

Black with #354235

Text Example


Text Example

White with #354235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354235; }

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

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

background-color css

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

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

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

border-color css

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

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

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