#364E48

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

Shades of Corduroy #364E48

Tints of Corduroy #364E48

Color information

#364E48 (or 0x364E48) is unknown color: approx Corduroy. HEX triplet: 36, 4E and 48. RGB value is (54,78,72). Sum of RGB (Red+Green+Blue) = 54+78+72=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #364E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364E48 is #C9B1B7. Grayscale: #464646. Windows color (decimal): -13218232 or 4738614. OLE color: 4738614.

HSL color Cylindrical-coordinate representation of color #364E48: hue angle of 165º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #364E48 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB547872-
CMYK0.3100.080.69
HSL165º18.18%25.88%-
HSV(B)165º30.77%30.59%-
XYZ5.426.77.14-
YUV70.14129.05116.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=26.47%
G=38.24%
B=35.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5478720.3100.080.6916518.1825.88
Hex364E481F0845a5121a
Octal66116110370101052452232
Binary1101101001110100100011111010001000101101001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364E48; }

 p { color: rgb(54,78,72); }

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

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

 a { background-color: rgb(54,78,72); }

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

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

 span { border-color: rgb(54,78,72); }

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