Html Css Color HEX #385148 Corduroy

📋 copy color: '#385148'

red 56 ◦ green 81 ◦ blue 72

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

Shades of Corduroy #385148

Tints of Corduroy #385148

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 value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#385148 (or 0x385148) is known color: 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

RGB 56 81 72 -
CMYK 0.31 0 0.11 0.68
HSL 158.4º 0.18% 0.27% -
HSV(B) 158.4º 0.31% 0.32% -
XYZ 5.74 7.19 7.22 -
YUV 72.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 56 81 72 0.31 0 0.11 0.68 158.4 0.18 0.27
Hex 38 51 48 1F 0 B 44 9E 12 1B
Octal 70 121 110 37 0 13 104 236 22 33
Binary 111000 1010001 1001000 11111 0 1011 1000100 10011110 10010 11011

Color Harmonies of #385148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385148

Black with #385148

Text Example


Text Example

White with #385148

Text Example


Text Example

HTML Codes & Css Web 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>