Html Css Color HEX #518E68 Como

📋 copy color: '#518E68'

red 81 ◦ green 142 ◦ blue 104

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

Shades of Como #518E68

Tints of Como #518E68

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.43%

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 24.77%
G = 43.43%
B = 31.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#518E68 (or 0x518E68) is known color: Como. HEX triplet: 51, 8E and 68. RGB value is (81,142,104). Sum of RGB (Red+Green+Blue) = 81+142+104=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #518E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E68 is #AE7197. Grayscale: #777777. Windows color (decimal): -11432344 or 6852177. OLE color: 6852177.

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

Color convert

RGB 81 142 104 -
CMYK 0.43 0 0.27 0.44
HSL 142.62º 0.27% 0.44% -
HSV(B) 142.62º 0.43% 0.56% -
XYZ 15.57 22.09 16.54 -
YUV 119.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 81 142 104 0.43 0 0.27 0.44 142.62 0.27 0.44
Hex 51 8E 68 2B 0 1B 2C 8F 1B 2C
Octal 121 216 150 53 0 33 54 217 33 54
Binary 1010001 10001110 1101000 101011 0 11011 101100 10001111 11011 101100

Color Harmonies of #518E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518E68

Black with #518E68

Text Example


Text Example

White with #518E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,104); }

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

background-color css

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

 a { background-color: rgb(81,142,104); }

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

border-color css

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

 span { border-color: rgb(81,142,104); }

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