#354435

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

Shades of Timber Green #354435

Tints of Timber Green #354435

Color information

#354435 (or 0x354435) is unknown color: approx Timber Green. HEX triplet: 35, 44 and 35. RGB value is (53,68,53). Sum of RGB (Red+Green+Blue) = 53+68+53=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #354435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354435 is #CABBCA. Grayscale: #3D3D3D. Windows color (decimal): -13286347 or 3490869. OLE color: 3490869.

HSL color Cylindrical-coordinate representation of color #354435: hue angle of 120º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #354435 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB536853-
CMYK0.2200.220.73
HSL120º12.4%23.73%-
HSV(B)120º22.06%26.67%-
XYZ4.185.154.14-
YUV61.8123.03121.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=30.46%
G=39.08%
B=30.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368530.2200.220.7312012.423.73
Hex354435160164978c18
Octal6510465260261111701430
Binary11010110001001101011011001011010010011111000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354435; }

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

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

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

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

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

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

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

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