#353E38

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

Shades of Timber Green #353E38

Tints of Timber Green #353E38

Color information

#353E38 (or 0x353E38) is unknown color: approx Timber Green. HEX triplet: 35, 3E and 38. RGB value is (53,62,56). Sum of RGB (Red+Green+Blue) = 53+62+56=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 62 - color contains mainly: green. Hex color #353E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E38 is #CAC1C7. Grayscale: #3A3A3A. Windows color (decimal): -13287880 or 3685941. OLE color: 3685941.

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

Color convert

RGB536256-
CMYK0.1500.100.76
HSL140º7.83%22.55%-
HSV(B)140º14.52%24.31%-
XYZ3.94.494.4-
YUV58.62126.52123.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=30.99%
G=36.26%
B=32.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362560.1500.100.761407.8322.55
Hex353E38F0A4C8c817
Octal657670170121142141027
Binary110101111110111000111101010100110010001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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