Html Css Color HEX #518661 Como

📋 copy color: '#518661'

red 81 ◦ green 134 ◦ blue 97

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

Shades of Como #518661

Tints of Como #518661

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 25.96%
G = 42.95%
B = 31.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#518661 (or 0x518661) is known color: Como. HEX triplet: 51, 86 and 61. RGB value is (81,134,97). Sum of RGB (Red+Green+Blue) = 81+134+97=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #518661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518661 is #AE799E. Grayscale: #727272. Windows color (decimal): -11434399 or 6391377. OLE color: 6391377.

HSL color Cylindrical-coordinate representation of color #518661: hue angle of 138.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 #518661 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 134 97 -
CMYK 0.40 0 0.28 0.47
HSL 138.11º 0.25% 0.42% -
HSV(B) 138.11º 0.4% 0.53% -
XYZ 14.08 19.66 14.36 -
YUV 113.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 81 134 97 0.40 0 0.28 0.47 138.11 0.25 0.42
Hex 51 86 61 28 0 1C 2F 8A 19 2A
Octal 121 206 141 50 0 34 57 212 31 52
Binary 1010001 10000110 1100001 101000 0 11100 101111 10001010 11001 101010

Color Harmonies of #518661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518661

Black with #518661

Text Example


Text Example

White with #518661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518661; }

 p { color: rgb(81,134,97); }

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

background-color css

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

 a { background-color: rgb(81,134,97); }

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

border-color css

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

 span { border-color: rgb(81,134,97); }

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