Html Css Color HEX #518764 Como

📋 copy color: '#518764'

red 81 ◦ green 135 ◦ blue 100

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

Shades of Como #518764

Tints of Como #518764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 25.63%
G = 42.72%
B = 31.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#518764 (or 0x518764) is known color: Como. HEX triplet: 51, 87 and 64. RGB value is (81,135,100). Sum of RGB (Red+Green+Blue) = 81+135+100=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #518764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518764 is #AE789B. Grayscale: #727272. Windows color (decimal): -11434140 or 6588241. OLE color: 6588241.

HSL color Cylindrical-coordinate representation of color #518764: hue angle of 141.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518764 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 135 100 -
CMYK 0.40 0 0.26 0.47
HSL 141.11º 0.25% 0.42% -
HSV(B) 141.11º 0.4% 0.53% -
XYZ 14.36 20 15.16 -
YUV 114.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 81 135 100 0.40 0 0.26 0.47 141.11 0.25 0.42
Hex 51 87 64 28 0 1A 2F 8D 19 2A
Octal 121 207 144 50 0 32 57 215 31 52
Binary 1010001 10000111 1100100 101000 0 11010 101111 10001101 11001 101010

Color Harmonies of #518764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518764

Black with #518764

Text Example


Text Example

White with #518764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518764; }

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

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

background-color css

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

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

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

border-color css

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

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

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