Html Css Color HEX #353E37 Timber Green

📋 copy color: '#353E37'

red 53 ◦ green 62 ◦ blue 55

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

Shades of Timber Green #353E37

Tints of Timber Green #353E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.47%

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

R = 31.18%
G = 36.47%
B = 32.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.76

RGB Variations

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

Color information

#353E37 (or 0x353E37) is known color: Timber Green. HEX triplet: 35, 3E and 37. RGB value is (53,62,55). Sum of RGB (Red+Green+Blue) = 53+62+55=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #353E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E37 is #CAC1C8. Grayscale: #3A3A3A. Windows color (decimal): -13287881 or 3620405. OLE color: 3620405.

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

Color convert

RGB 53 62 55 -
CMYK 0.15 0 0.11 0.76
HSL 133.33º 0.08% 0.23% -
HSV(B) 133.33º 0.15% 0.24% -
XYZ 3.88 4.48 4.27 -
YUV 58.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 53 62 55 0.15 0 0.11 0.76 133.33 0.08 0.23
Hex 35 3E 37 F 0 B 4C 85 8 17
Octal 65 76 67 17 0 13 114 205 10 27
Binary 110101 111110 110111 1111 0 1011 1001100 10000101 1000 10111

Color Harmonies of #353E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E37

Black with #353E37

Text Example


Text Example

White with #353E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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