Html Css Color HEX #353F37 Timber Green

📋 copy color: '#353F37'

red 53 ◦ green 63 ◦ blue 55

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

Shades of Timber Green #353F37

Tints of Timber Green #353F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 30.99%
G = 36.84%
B = 32.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#353F37 (or 0x353F37) is known color: Timber Green. HEX triplet: 35, 3F and 37. RGB value is (53,63,55). Sum of RGB (Red+Green+Blue) = 53+63+55=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #353F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F37 is #CAC0C8. Grayscale: #3B3B3B. Windows color (decimal): -13287625 or 3620661. OLE color: 3620661.

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

Color convert

RGB 53 63 55 -
CMYK 0.16 0 0.13 0.75
HSL 132º 0.09% 0.23% -
HSV(B) 132º 0.16% 0.25% -
XYZ 3.94 4.59 4.29 -
YUV 59.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 53 63 55 0.16 0 0.13 0.75 132 0.09 0.23
Hex 35 3F 37 10 0 D 4B 84 9 17
Octal 65 77 67 20 0 15 113 204 11 27
Binary 110101 111111 110111 10000 0 1101 1001011 10000100 1001 10111

Color Harmonies of #353F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F37

Black with #353F37

Text Example


Text Example

White with #353F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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