Html Css Color HEX #395148 Corduroy

📋 copy color: '#395148'

red 57 ◦ green 81 ◦ blue 72

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

Shades of Corduroy #395148

Tints of Corduroy #395148

RGB

 RED value IS 57 (22.66% from 255) = 27.14%

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

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 27.14%
G = 38.57%
B = 34.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#395148 (or 0x395148) is known color: Corduroy. HEX triplet: 39, 51 and 48. RGB value is (57,81,72). Sum of RGB (Red+Green+Blue) = 57+81+72=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #395148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395148 is #C6AEB7. Grayscale: #484848. Windows color (decimal): -13020856 or 4739385. OLE color: 4739385.

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

Color convert

RGB 57 81 72 -
CMYK 0.30 0 0.11 0.68
HSL 157.5º 0.17% 0.27% -
HSV(B) 157.5º 0.3% 0.32% -
XYZ 5.8 7.22 7.22 -
YUV 72.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 57 81 72 0.30 0 0.11 0.68 157.5 0.17 0.27
Hex 39 51 48 1E 0 B 44 9E 11 1B
Octal 71 121 110 36 0 13 104 236 21 33
Binary 111001 1010001 1001000 11110 0 1011 1000100 10011110 10001 11011

Color Harmonies of #395148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395148

Black with #395148

Text Example


Text Example

White with #395148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395148; }

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

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

background-color css

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

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

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

border-color css

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

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

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