#354538

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

Shades of Timber Green #354538

Tints of Timber Green #354538

Color information

#354538 (or 0x354538) is unknown color: approx Timber Green. HEX triplet: 35, 45 and 38. RGB value is (53,69,56). Sum of RGB (Red+Green+Blue) = 53+69+56=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #354538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354538 is #CABAC7. Grayscale: #3E3E3E. Windows color (decimal): -13286088 or 3687733. OLE color: 3687733.

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

Color convert

RGB536956-
CMYK0.2300.190.73
HSL131.25º13.11%23.92%-
HSV(B)131.25º23.19%27.06%-
XYZ4.315.34.54-
YUV62.73124.2121.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=29.78%
G=38.76%
B=31.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369560.2300.190.73131.2513.1123.92
Hex354538170134983d18
Octal6510570270231112031530
Binary110101100010111100010111010011100100110000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354538; }

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

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

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

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

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

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

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

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