#384F46

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

Shades of Corduroy #384F46

Tints of Corduroy #384F46

Color information

#384F46 (or 0x384F46) is unknown color: approx Corduroy. HEX triplet: 38, 4F and 46. RGB value is (56,79,70). Sum of RGB (Red+Green+Blue) = 56+79+70=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #384F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F46 is #C7B0B9. Grayscale: #474747. Windows color (decimal): -13086906 or 4607800. OLE color: 4607800.

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

Color convert

RGB567970-
CMYK0.2900.110.69
HSL156.52º17.04%26.47%-
HSV(B)156.52º29.11%30.98%-
XYZ5.536.876.83-
YUV71.1127.38117.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=27.32%
G=38.54%
B=34.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5679700.2900.110.69156.5217.0426.47
Hex384F461D0B459d111a
Octal70117106350131052352132
Binary1110001001111100011011101010111000101100111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,79,70); }

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

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

 a { background-color: rgb(56,79,70); }

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

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

 span { border-color: rgb(56,79,70); }

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