#354336

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

Shades of Timber Green #354336

Tints of Timber Green #354336

Color information

#354336 (or 0x354336) is unknown color: approx Timber Green. HEX triplet: 35, 43 and 36. RGB value is (53,67,54). Sum of RGB (Red+Green+Blue) = 53+67+54=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #354336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354336 is #CABCC9. Grayscale: #3D3D3D. Windows color (decimal): -13286602 or 3556149. OLE color: 3556149.

HSL color Cylindrical-coordinate representation of color #354336: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #354336 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB536754-
CMYK0.2100.190.74
HSL124.29º11.67%23.53%-
HSV(B)124.29º20.9%26.27%-
XYZ4.145.044.24-
YUV61.33123.86122.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=30.46%
G=38.51%
B=31.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367540.2100.190.74124.2911.6723.53
Hex354336150134A7cc18
Octal6510366250231121741430
Binary11010110000111101101010101001110010101111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354336; }

 p { color: rgb(53,67,54); }

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

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

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

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

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

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

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