#354439

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

Shades of Timber Green #354439

Tints of Timber Green #354439

Color information

#354439 (or 0x354439) is unknown color: approx Timber Green. HEX triplet: 35, 44 and 39. RGB value is (53,68,57). Sum of RGB (Red+Green+Blue) = 53+68+57=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 68 - color contains mainly: green. Hex color #354439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354439 is #CABBC6. Grayscale: #3E3E3E. Windows color (decimal): -13286343 or 3753013. OLE color: 3753013.

HSL color Cylindrical-coordinate representation of color #354439: hue angle of 136º 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 #354439 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB536857-
CMYK0.2200.160.73
HSL136º12.4%23.73%-
HSV(B)136º22.06%26.67%-
XYZ4.275.194.65-
YUV62.26125.03121.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=29.78%
G=38.20%
B=32.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368570.2200.160.7313612.423.73
Hex354439160104988c18
Octal6510471260201112101430
Binary110101100010011100110110010000100100110001000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354439; }

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

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

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

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

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

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

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

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