#353B36

Color #353B36 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #353B36

Tints of Timber Green #353B36

Color information

#353B36 (or 0x353B36) is unknown color: approx Timber Green. HEX triplet: 35, 3B and 36. RGB value is (53,59,54). Sum of RGB (Red+Green+Blue) = 53+59+54=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 59 - color contains mainly: green. Hex color #353B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B36 is #CAC4C9. Grayscale: #383838. Windows color (decimal): -13288650 or 3554101. OLE color: 3554101.

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

Color convert

RGB535954-
CMYK0.1000.080.77
HSL130º5.36%21.96%-
HSV(B)130º10.17%23.14%-
XYZ3.74.154.1-
YUV56.64126.51125.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=31.93%
G=35.54%
B=32.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5359540.1000.080.771305.3621.96
Hex353B36A084D82516
Octal65736612010115202526
Binary11010111101111011010100100010011011000001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #353B36;
 }
 .AnyTagClassName
 {
   color: #353B36;
 }
</style>
background-color css

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

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

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

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

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

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