Html Css Color HEX #518961 Como

📋 copy color: '#518961'

red 81 ◦ green 137 ◦ blue 97

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

Shades of Como #518961

Tints of Como #518961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

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

R = 25.71%
G = 43.49%
B = 30.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#518961 (or 0x518961) is known color: Como. HEX triplet: 51, 89 and 61. RGB value is (81,137,97). Sum of RGB (Red+Green+Blue) = 81+137+97=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #518961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518961 is #AE769E. Grayscale: #737373. Windows color (decimal): -11433631 or 6392145. OLE color: 6392145.

HSL color Cylindrical-coordinate representation of color #518961: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518961 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 137 97 -
CMYK 0.41 0 0.29 0.46
HSL 137.14º 0.26% 0.43% -
HSV(B) 137.14º 0.41% 0.54% -
XYZ 14.5 20.5 14.5 -
YUV 115.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 81 137 97 0.41 0 0.29 0.46 137.14 0.26 0.43
Hex 51 89 61 29 0 1D 2E 89 1A 2B
Octal 121 211 141 51 0 35 56 211 32 53
Binary 1010001 10001001 1100001 101001 0 11101 101110 10001001 11010 101011

Color Harmonies of #518961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518961

Black with #518961

Text Example


Text Example

White with #518961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518961; }

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

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

background-color css

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

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

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

border-color css

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

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

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