#354838

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

Shades of Timber Green #354838

Tints of Timber Green #354838

Color information

#354838 (or 0x354838) is unknown color: approx Timber Green. HEX triplet: 35, 48 and 38. RGB value is (53,72,56). Sum of RGB (Red+Green+Blue) = 53+72+56=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #354838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354838 is #CAB7C7. Grayscale: #404040. Windows color (decimal): -13285320 or 3688501. OLE color: 3688501.

HSL color Cylindrical-coordinate representation of color #354838: hue angle of 129.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354838 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB537256-
CMYK0.2600.220.72
HSL129.47º15.2%24.51%-
HSV(B)129.47º26.39%28.24%-
XYZ4.55.684.6-
YUV64.5123.21119.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=29.28%
G=39.78%
B=30.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372560.2600.220.72129.4715.224.51
Hex3548381A0164881f19
Octal6511070320261102011731
Binary110101100100011100011010010110100100010000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354838; }

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

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

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

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

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

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

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

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