Html Css Color HEX #518C60 Como

📋 copy color: '#518C60'

red 81 ◦ green 140 ◦ blue 96

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

Shades of Como #518C60

Tints of Como #518C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.16%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 25.55%
G = 44.16%
B = 30.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#518C60 (or 0x518C60) is known color: Como. HEX triplet: 51, 8C and 60. RGB value is (81,140,96). Sum of RGB (Red+Green+Blue) = 81+140+96=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #518C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C60 is #AE739F. Grayscale: #757575. Windows color (decimal): -11432864 or 6327377. OLE color: 6327377.

HSL color Cylindrical-coordinate representation of color #518C60: hue angle of 135.25º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518C60 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 140 96 -
CMYK 0.42 0 0.31 0.45
HSL 135.25º 0.27% 0.43% -
HSV(B) 135.25º 0.42% 0.55% -
XYZ 14.88 21.35 14.4 -
YUV 117.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 81 140 96 0.42 0 0.31 0.45 135.25 0.27 0.43
Hex 51 8C 60 2A 0 1F 2D 87 1B 2B
Octal 121 214 140 52 0 37 55 207 33 53
Binary 1010001 10001100 1100000 101010 0 11111 101101 10000111 11011 101011

Color Harmonies of #518C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C60

Black with #518C60

Text Example


Text Example

White with #518C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518C60; }

 p { color: rgb(81,140,96); }

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

background-color css

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

 a { background-color: rgb(81,140,96); }

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

border-color css

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

 span { border-color: rgb(81,140,96); }

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