Html Css Color HEX #518C65 Como

📋 copy color: '#518C65'

red 81 ◦ green 140 ◦ blue 101

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

Shades of Como #518C65

Tints of Como #518C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 25.16%
G = 43.48%
B = 31.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#518C65 (or 0x518C65) is known color: Como. HEX triplet: 51, 8C and 65. RGB value is (81,140,101). Sum of RGB (Red+Green+Blue) = 81+140+101=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #518C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518C65 is #AE739A. Grayscale: #767676. Windows color (decimal): -11432859 or 6655057. OLE color: 6655057.

HSL color Cylindrical-coordinate representation of color #518C65: hue angle of 140.34º 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 #518C65 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 140 101 -
CMYK 0.42 0 0.28 0.45
HSL 140.34º 0.27% 0.43% -
HSV(B) 140.34º 0.42% 0.55% -
XYZ 15.12 21.45 15.65 -
YUV 117.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 81 140 101 0.42 0 0.28 0.45 140.34 0.27 0.43
Hex 51 8C 65 2A 0 1C 2D 8C 1B 2B
Octal 121 214 145 52 0 34 55 214 33 53
Binary 1010001 10001100 1100101 101010 0 11100 101101 10001100 11011 101011

Color Harmonies of #518C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518C65

Black with #518C65

Text Example


Text Example

White with #518C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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