#354338

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

Shades of Timber Green #354338

Tints of Timber Green #354338

Color information

#354338 (or 0x354338) is unknown color: approx Timber Green. HEX triplet: 35, 43 and 38. RGB value is (53,67,56). Sum of RGB (Red+Green+Blue) = 53+67+56=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #354338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354338 is #CABCC7. Grayscale: #3D3D3D. Windows color (decimal): -13286600 or 3687221. OLE color: 3687221.

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

Color convert

RGB536756-
CMYK0.2100.160.74
HSL132.86º11.67%23.53%-
HSV(B)132.86º20.9%26.27%-
XYZ4.195.064.5-
YUV61.56124.86121.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=30.11%
G=38.07%
B=31.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367560.2100.160.74132.8611.6723.53
Hex354338150104A85c18
Octal6510370250201122051430
Binary110101100001111100010101010000100101010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354338; }

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

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

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

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

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

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

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

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