#354135

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

Shades of Timber Green #354135

Tints of Timber Green #354135

Color information

#354135 (or 0x354135) is unknown color: approx Timber Green. HEX triplet: 35, 41 and 35. RGB value is (53,65,53). Sum of RGB (Red+Green+Blue) = 53+65+53=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #354135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354135 is #CABECA. Grayscale: #3C3C3C. Windows color (decimal): -13287115 or 3490101. OLE color: 3490101.

HSL color Cylindrical-coordinate representation of color #354135: hue angle of 120º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #354135 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB536553-
CMYK0.1800.180.75
HSL120º10.17%23.14%-
HSV(B)120º18.46%25.49%-
XYZ44.794.08-
YUV60.04124.02122.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=30.99%
G=38.01%
B=30.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365530.1800.180.7512010.1723.14
Hex354135120124B78a17
Octal6510165220221131701227
Binary11010110000011101011001001001010010111111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354135; }

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

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

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

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

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

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

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

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