Html Css Color HEX #353F35 Timber Green

📋 copy color: '#353F35'

red 53 ◦ green 63 ◦ blue 53

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

Shades of Timber Green #353F35

Tints of Timber Green #353F35

RGB

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

 GREEN value IS 63 (25% from 255) = 37.28%

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

R = 31.36%
G = 37.28%
B = 31.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#353F35 (or 0x353F35) is known color: Timber Green. HEX triplet: 35, 3F and 35. RGB value is (53,63,53). Sum of RGB (Red+Green+Blue) = 53+63+53=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 63 - color contains mainly: green. Hex color #353F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F35 is #CAC0CA. Grayscale: #3A3A3A. Windows color (decimal): -13287627 or 3489589. OLE color: 3489589.

HSL color Cylindrical-coordinate representation of color #353F35: hue angle of 120º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #353F35 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 53 -
CMYK 0.16 0 0.16 0.75
HSL 120º 0.09% 0.23% -
HSV(B) 120º 0.16% 0.25% -
XYZ 3.89 4.57 4.05 -
YUV 58.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 53 63 53 0.16 0 0.16 0.75 120 0.09 0.23
Hex 35 3F 35 10 0 10 4B 78 9 17
Octal 65 77 65 20 0 20 113 170 11 27
Binary 110101 111111 110101 10000 0 10000 1001011 1111000 1001 10111

Color Harmonies of #353F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F35

Black with #353F35

Text Example


Text Example

White with #353F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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