#385148

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

Shades of Corduroy #385148

Tints of Corduroy #385148

Color information

#385148 (or 0x385148) is unknown color: approx Corduroy. HEX triplet: 38, 51 and 48. RGB value is (56,81,72). Sum of RGB (Red+Green+Blue) = 56+81+72=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #385148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385148 is #C7AEB7. Grayscale: #484848. Windows color (decimal): -13086392 or 4739384. OLE color: 4739384.

HSL color Cylindrical-coordinate representation of color #385148: hue angle of 158.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #385148 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB568172-
CMYK0.3100.110.68
HSL158.4º18.25%26.86%-
HSV(B)158.4º30.86%31.76%-
XYZ5.747.197.22-
YUV72.5127.72116.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=26.79%
G=38.76%
B=34.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681720.3100.110.68158.418.2526.86
Hex3851481F0B449e121b
Octal70121110370131042362233
Binary1110001010001100100011111010111000100100111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385148; }

 p { color: rgb(56,81,72); }

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

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

 a { background-color: rgb(56,81,72); }

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

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

 span { border-color: rgb(56,81,72); }

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