#384E49

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

Shades of Corduroy #384E49

Tints of Corduroy #384E49

Color information

#384E49 (or 0x384E49) is unknown color: approx Corduroy. HEX triplet: 38, 4E and 49. RGB value is (56,78,73). Sum of RGB (Red+Green+Blue) = 56+78+73=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #384E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E49 is #C7B1B6. Grayscale: #464646. Windows color (decimal): -13087159 or 4804152. OLE color: 4804152.

HSL color Cylindrical-coordinate representation of color #384E49: hue angle of 166.36º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384E49 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB567873-
CMYK0.2800.060.69
HSL166.36º16.42%26.27%-
HSV(B)166.36º28.21%30.59%-
XYZ5.566.777.32-
YUV70.85129.21117.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=27.05%
G=37.68%
B=35.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5678730.2800.060.69166.3616.4226.27
Hex384E491C0645a6101a
Octal7011611134061052462032
Binary111000100111010010011110001101000101101001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384E49; }

 p { color: rgb(56,78,73); }

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

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

 a { background-color: rgb(56,78,73); }

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

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

 span { border-color: rgb(56,78,73); }

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