Html Css Color HEX #353F36 Timber Green

📋 copy color: '#353F36'

red 53 ◦ green 63 ◦ blue 54

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

Shades of Timber Green #353F36

Tints of Timber Green #353F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.76%

R = 31.18%
G = 37.06%
B = 31.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#353F36 (or 0x353F36) is known color: Timber Green. HEX triplet: 35, 3F and 36. RGB value is (53,63,54). Sum of RGB (Red+Green+Blue) = 53+63+54=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 63 - color contains mainly: green. Hex color #353F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F36 is #CAC0C9. Grayscale: #3B3B3B. Windows color (decimal): -13287626 or 3555125. OLE color: 3555125.

HSL color Cylindrical-coordinate representation of color #353F36: hue angle of 126º 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 #353F36 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 63 54 -
CMYK 0.16 0 0.14 0.75
HSL 126º 0.09% 0.23% -
HSV(B) 126º 0.16% 0.25% -
XYZ 3.91 4.58 4.17 -
YUV 58.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 53 63 54 0.16 0 0.14 0.75 126 0.09 0.23
Hex 35 3F 36 10 0 E 4B 7E 9 17
Octal 65 77 66 20 0 16 113 176 11 27
Binary 110101 111111 110110 10000 0 1110 1001011 1111110 1001 10111

Color Harmonies of #353F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F36

Black with #353F36

Text Example


Text Example

White with #353F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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