Html Css Color HEX #353C37 Timber Green

📋 copy color: '#353C37'

red 53 ◦ green 60 ◦ blue 55

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

Shades of Timber Green #353C37

Tints of Timber Green #353C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.71%

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

R = 31.55%
G = 35.71%
B = 32.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#353C37 (or 0x353C37) is known color: Timber Green. HEX triplet: 35, 3C and 37. RGB value is (53,60,55). Sum of RGB (Red+Green+Blue) = 53+60+55=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 60 - color contains mainly: green. Hex color #353C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C37 is #CAC3C8. Grayscale: #393939. Windows color (decimal): -13288393 or 3619893. OLE color: 3619893.

HSL color Cylindrical-coordinate representation of color #353C37: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #353C37 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 60 55 -
CMYK 0.12 0 0.08 0.76
HSL 137.14º 0.06% 0.22% -
HSV(B) 137.14º 0.12% 0.24% -
XYZ 3.77 4.26 4.24 -
YUV 57.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 53 60 55 0.12 0 0.08 0.76 137.14 0.06 0.22
Hex 35 3C 37 C 0 8 4C 89 6 16
Octal 65 74 67 14 0 10 114 211 6 26
Binary 110101 111100 110111 1100 0 1000 1001100 10001001 110 10110

Color Harmonies of #353C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C37

Black with #353C37

Text Example


Text Example

White with #353C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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