Html Css Color HEX #518368 Como

📋 copy color: '#518368'

red 81 ◦ green 131 ◦ blue 104

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

Shades of Como #518368

Tints of Como #518368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

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

R = 25.63%
G = 41.46%
B = 32.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#518368 (or 0x518368) is known color: Como. HEX triplet: 51, 83 and 68. RGB value is (81,131,104). Sum of RGB (Red+Green+Blue) = 81+131+104=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #518368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518368 is #AE7C97. Grayscale: #717171. Windows color (decimal): -11435160 or 6849361. OLE color: 6849361.

HSL color Cylindrical-coordinate representation of color #518368: hue angle of 147.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518368 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 131 104 -
CMYK 0.38 0 0.21 0.49
HSL 147.6º 0.24% 0.42% -
HSV(B) 147.6º 0.38% 0.51% -
XYZ 14.01 18.98 16.02 -
YUV 112.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 81 131 104 0.38 0 0.21 0.49 147.6 0.24 0.42
Hex 51 83 68 26 0 15 31 94 18 2A
Octal 121 203 150 46 0 25 61 224 30 52
Binary 1010001 10000011 1101000 100110 0 10101 110001 10010100 11000 101010

Color Harmonies of #518368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518368

Black with #518368

Text Example


Text Example

White with #518368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518368; }

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

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

background-color css

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

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

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

border-color css

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

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

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