Html Css Color HEX #385147 Corduroy

📋 copy color: '#385147'

red 56 ◦ green 81 ◦ blue 71

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

Shades of Corduroy #385147

Tints of Corduroy #385147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.94%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 26.92%
G = 38.94%
B = 34.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#385147 (or 0x385147) is known color: Corduroy. HEX triplet: 38, 51 and 47. RGB value is (56,81,71). Sum of RGB (Red+Green+Blue) = 56+81+71=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #385147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385147 is #C7AEB8. Grayscale: #484848. Windows color (decimal): -13086393 or 4673848. OLE color: 4673848.

HSL color Cylindrical-coordinate representation of color #385147: hue angle of 156º 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 #385147 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 71 -
CMYK 0.31 0 0.12 0.68
HSL 156º 0.18% 0.27% -
HSV(B) 156º 0.31% 0.32% -
XYZ 5.71 7.18 7.05 -
YUV 72.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 56 81 71 0.31 0 0.12 0.68 156 0.18 0.27
Hex 38 51 47 1F 0 C 44 9C 12 1B
Octal 70 121 107 37 0 14 104 234 22 33
Binary 111000 1010001 1000111 11111 0 1100 1000100 10011100 10010 11011

Color Harmonies of #385147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385147

Black with #385147

Text Example


Text Example

White with #385147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385147; }

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

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

background-color css

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

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

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

border-color css

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

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

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