#354236

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

Shades of Timber Green #354236

Tints of Timber Green #354236

Color information

#354236 (or 0x354236) is unknown color: approx Timber Green. HEX triplet: 35, 42 and 36. RGB value is (53,66,54). Sum of RGB (Red+Green+Blue) = 53+66+54=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #354236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354236 is #CABDC9. Grayscale: #3C3C3C. Windows color (decimal): -13286858 or 3555893. OLE color: 3555893.

HSL color Cylindrical-coordinate representation of color #354236: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #354236 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB536654-
CMYK0.2000.180.74
HSL124.62º10.92%23.33%-
HSV(B)124.62º19.7%25.88%-
XYZ4.084.924.22-
YUV60.74124.19122.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=30.64%
G=38.15%
B=31.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366540.2000.180.74124.6210.9223.33
Hex354236140124A7db17
Octal6510266240221121751327
Binary11010110000101101101010001001010010101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354236; }

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

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

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

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

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

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

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

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