Html Css Color HEX #518464 Como

📋 copy color: '#518464'

red 81 ◦ green 132 ◦ blue 100

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

Shades of Como #518464

Tints of Como #518464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 25.88%
G = 42.17%
B = 31.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#518464 (or 0x518464) is known color: Como. HEX triplet: 51, 84 and 64. RGB value is (81,132,100). Sum of RGB (Red+Green+Blue) = 81+132+100=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #518464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518464 is #AE7B9B. Grayscale: #717171. Windows color (decimal): -11434908 or 6587473. OLE color: 6587473.

HSL color Cylindrical-coordinate representation of color #518464: hue angle of 142.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518464 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 100 -
CMYK 0.39 0 0.24 0.48
HSL 142.35º 0.24% 0.42% -
HSV(B) 142.35º 0.39% 0.52% -
XYZ 13.94 19.17 15.02 -
YUV 113.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 81 132 100 0.39 0 0.24 0.48 142.35 0.24 0.42
Hex 51 84 64 27 0 18 30 8E 18 2A
Octal 121 204 144 47 0 30 60 216 30 52
Binary 1010001 10000100 1100100 100111 0 11000 110000 10001110 11000 101010

Color Harmonies of #518464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518464

Black with #518464

Text Example


Text Example

White with #518464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518464; }

 p { color: rgb(81,132,100); }

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

background-color css

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

 a { background-color: rgb(81,132,100); }

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

border-color css

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

 span { border-color: rgb(81,132,100); }

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