Html Css Color HEX #353B37 Timber Green

📋 copy color: '#353B37'

red 53 ◦ green 59 ◦ blue 55

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

Shades of Timber Green #353B37

Tints of Timber Green #353B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.33%

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

R = 31.74%
G = 35.33%
B = 32.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#353B37 (or 0x353B37) is known color: Timber Green. HEX triplet: 35, 3B and 37. RGB value is (53,59,55). Sum of RGB (Red+Green+Blue) = 53+59+55=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 59 - color contains mainly: green. Hex color #353B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B37 is #CAC4C8. Grayscale: #383838. Windows color (decimal): -13288649 or 3619637. OLE color: 3619637.

HSL color Cylindrical-coordinate representation of color #353B37: hue angle of 140º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #353B37 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 55 -
CMYK 0.10 0 0.07 0.77
HSL 140º 0.05% 0.22% -
HSV(B) 140º 0.1% 0.23% -
XYZ 3.72 4.16 4.22 -
YUV 56.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 53 59 55 0.10 0 0.07 0.77 140 0.05 0.22
Hex 35 3B 37 A 0 7 4D 8C 5 16
Octal 65 73 67 12 0 7 115 214 5 26
Binary 110101 111011 110111 1010 0 111 1001101 10001100 101 10110

Color Harmonies of #353B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B37

Black with #353B37

Text Example


Text Example

White with #353B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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