Html Css Color HEX #518365 Como

📋 copy color: '#518365'

red 81 ◦ green 131 ◦ blue 101

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

Shades of Como #518365

Tints of Como #518365

RGB

 RED value IS 81 (32.03% from 255) = 25.88%

 GREEN value IS 131 (51.56% from 255) = 41.85%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 25.88%
G = 41.85%
B = 32.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#518365 (or 0x518365) is known color: Como. HEX triplet: 51, 83 and 65. RGB value is (81,131,101). Sum of RGB (Red+Green+Blue) = 81+131+101=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #518365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518365 is #AE7C9A. Grayscale: #707070. Windows color (decimal): -11435163 or 6652753. OLE color: 6652753.

HSL color Cylindrical-coordinate representation of color #518365: hue angle of 144º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518365 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 131 101 -
CMYK 0.38 0 0.23 0.49
HSL 144º 0.24% 0.42% -
HSV(B) 144º 0.38% 0.51% -
XYZ 13.86 18.92 15.23 -
YUV 112.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 81 131 101 0.38 0 0.23 0.49 144 0.24 0.42
Hex 51 83 65 26 0 17 31 90 18 2A
Octal 121 203 145 46 0 27 61 220 30 52
Binary 1010001 10000011 1100101 100110 0 10111 110001 10010000 11000 101010

Color Harmonies of #518365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518365

Black with #518365

Text Example


Text Example

White with #518365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518365; }

 p { color: rgb(81,131,101); }

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

background-color css

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

 a { background-color: rgb(81,131,101); }

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

border-color css

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

 span { border-color: rgb(81,131,101); }

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