#354F48

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

Shades of Corduroy #354F48

Tints of Corduroy #354F48

Color information

#354F48 (or 0x354F48) is unknown color: approx Corduroy. HEX triplet: 35, 4F and 48. RGB value is (53,79,72). Sum of RGB (Red+Green+Blue) = 53+79+72=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #354F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F48 is #CAB0B7. Grayscale: #464646. Windows color (decimal): -13283512 or 4738869. OLE color: 4738869.

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

Color convert

RGB537972-
CMYK0.3300.090.69
HSL163.85º19.7%25.88%-
HSV(B)163.85º32.91%30.98%-
XYZ5.436.827.16-
YUV70.43128.89115.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=25.98%
G=38.73%
B=35.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379720.3300.090.69163.8519.725.88
Hex354F48210945a4141a
Octal65117110410111052442432
Binary11010110011111001000100001010011000101101001001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,72); }

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

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

 a { background-color: rgb(53,79,72); }

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

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

 span { border-color: rgb(53,79,72); }

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