Html Css Color HEX #353B35 Timber Green

📋 copy color: '#353B35'

red 53 ◦ green 59 ◦ blue 53

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

Shades of Timber Green #353B35

Tints of Timber Green #353B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 32.12%
G = 35.76%
B = 32.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#353B35 (or 0x353B35) is known color: Timber Green. HEX triplet: 35, 3B and 35. RGB value is (53,59,53). Sum of RGB (Red+Green+Blue) = 53+59+53=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 59 - color contains mainly: green. Hex color #353B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B35 is #CAC4CA. Grayscale: #383838. Windows color (decimal): -13288651 or 3488565. OLE color: 3488565.

HSL color Cylindrical-coordinate representation of color #353B35: hue angle of 120º 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 #353B35 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 59 53 -
CMYK 0.10 0 0.10 0.77
HSL 120º 0.05% 0.22% -
HSV(B) 120º 0.1% 0.23% -
XYZ 3.67 4.14 3.97 -
YUV 56.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 53 59 53 0.10 0 0.10 0.77 120 0.05 0.22
Hex 35 3B 35 A 0 A 4D 78 5 16
Octal 65 73 65 12 0 12 115 170 5 26
Binary 110101 111011 110101 1010 0 1010 1001101 1111000 101 10110

Color Harmonies of #353B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B35

Black with #353B35

Text Example


Text Example

White with #353B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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