Html Css Color HEX #518462 Como

📋 copy color: '#518462'

red 81 ◦ green 132 ◦ blue 98

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

Shades of Como #518462

Tints of Como #518462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 26.05%
G = 42.44%
B = 31.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#518462 (or 0x518462) is known color: Como. HEX triplet: 51, 84 and 62. RGB value is (81,132,98). Sum of RGB (Red+Green+Blue) = 81+132+98=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #518462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518462 is #AE7B9D. Grayscale: #707070. Windows color (decimal): -11434910 or 6456401. OLE color: 6456401.

HSL color Cylindrical-coordinate representation of color #518462: hue angle of 140º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518462 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 98 -
CMYK 0.39 0 0.26 0.48
HSL 140º 0.24% 0.42% -
HSV(B) 140º 0.39% 0.52% -
XYZ 13.85 19.13 14.52 -
YUV 112.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 81 132 98 0.39 0 0.26 0.48 140 0.24 0.42
Hex 51 84 62 27 0 1A 30 8C 18 2A
Octal 121 204 142 47 0 32 60 214 30 52
Binary 1010001 10000100 1100010 100111 0 11010 110000 10001100 11000 101010

Color Harmonies of #518462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518462

Black with #518462

Text Example


Text Example

White with #518462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518462; }

 p { color: rgb(81,132,98); }

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

background-color css

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

 a { background-color: rgb(81,132,98); }

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

border-color css

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

 span { border-color: rgb(81,132,98); }

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