#354C46

Color #354C46 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #354C46

Tints of Corduroy #354C46

Color information

#354C46 (or 0x354C46) is unknown color: approx Corduroy. HEX triplet: 35, 4C and 46. RGB value is (53,76,70). Sum of RGB (Red+Green+Blue) = 53+76+70=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #354C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C46 is #CAB3B9. Grayscale: #444444. Windows color (decimal): -13284282 or 4607029. OLE color: 4607029.

HSL color Cylindrical-coordinate representation of color #354C46: hue angle of 164.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C46 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB537670-
CMYK0.3000.080.70
HSL164.35º17.83%25.29%-
HSV(B)164.35º30.26%29.8%-
XYZ5.166.376.75-
YUV68.44128.88116.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=26.63%
G=38.19%
B=35.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5376700.3000.080.70164.3517.8325.29
Hex354C461E0846a41219
Octal65114106360101062442231
Binary1101011001100100011011110010001000110101001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354C46; }

 p { color: rgb(53,76,70); }

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

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

 a { background-color: rgb(53,76,70); }

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

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

 span { border-color: rgb(53,76,70); }

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