#354E46

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

Shades of Corduroy #354E46

Tints of Corduroy #354E46

Color information

#354E46 (or 0x354E46) is unknown color: approx Corduroy. HEX triplet: 35, 4E and 46. RGB value is (53,78,70). Sum of RGB (Red+Green+Blue) = 53+78+70=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #354E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E46 is #CAB1B9. Grayscale: #454545. Windows color (decimal): -13283770 or 4607541. OLE color: 4607541.

HSL color Cylindrical-coordinate representation of color #354E46: hue angle of 160.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E46 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB537870-
CMYK0.3200.100.69
HSL160.8º19.08%25.69%-
HSV(B)160.8º32.05%30.59%-
XYZ5.36.656.8-
YUV69.61128.22116.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=26.37%
G=38.81%
B=34.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378700.3200.100.69160.819.0825.69
Hex354E46200A45a1131a
Octal65116106400121052412332
Binary11010110011101000110100000010101000101101000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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