Html Css Color HEX #385046 Corduroy

📋 copy color: '#385046'

red 56 ◦ green 80 ◦ blue 70

#385046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #385046

Tints of Corduroy #385046

RGB

 RED value IS 56 (22.27% from 255) = 27.18%

 GREEN value IS 80 (31.64% from 255) = 38.83%

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 27.18%
G = 38.83%
B = 33.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#385046 (or 0x385046) is known color: Corduroy. HEX triplet: 38, 50 and 46. RGB value is (56,80,70). Sum of RGB (Red+Green+Blue) = 56+80+70=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #385046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385046 is #C7AFB9. Grayscale: #474747. Windows color (decimal): -13086650 or 4608056. OLE color: 4608056.

HSL color Cylindrical-coordinate representation of color #385046: hue angle of 155º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385046 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 70 -
CMYK 0.30 0 0.12 0.69
HSL 155º 0.18% 0.27% -
HSV(B) 155º 0.3% 0.31% -
XYZ 5.61 7.02 6.85 -
YUV 71.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 56 80 70 0.30 0 0.12 0.69 155 0.18 0.27
Hex 38 50 46 1E 0 C 45 9B 12 1B
Octal 70 120 106 36 0 14 105 233 22 33
Binary 111000 1010000 1000110 11110 0 1100 1000101 10011011 10010 11011

Color Harmonies of #385046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385046

Black with #385046

Text Example


Text Example

White with #385046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385046; }

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

 H1.HeaderClassName
 {
   color: #385046;
 }
 .AnyTagClassName
 {
   color: #385046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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