Html Css Color HEX #518268 Como

📋 copy color: '#518268'

red 81 ◦ green 130 ◦ blue 104

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

Shades of Como #518268

Tints of Como #518268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 25.71%
G = 41.27%
B = 33.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#518268 (or 0x518268) is known color: Como. HEX triplet: 51, 82 and 68. RGB value is (81,130,104). Sum of RGB (Red+Green+Blue) = 81+130+104=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #518268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518268 is #AE7D97. Grayscale: #707070. Windows color (decimal): -11435416 or 6849105. OLE color: 6849105.

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

Color convert

RGB 81 130 104 -
CMYK 0.38 0 0.2 0.49
HSL 148.16º 0.23% 0.41% -
HSV(B) 148.16º 0.38% 0.51% -
XYZ 13.87 18.71 15.98 -
YUV 112.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 81 130 104 0.38 0 0.2 0.49 148.16 0.23 0.41
Hex 51 82 68 26 0 14 31 94 17 29
Octal 121 202 150 46 0 24 61 224 27 51
Binary 1010001 10000010 1101000 100110 0 10100 110001 10010100 10111 101001

Color Harmonies of #518268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518268

Black with #518268

Text Example


Text Example

White with #518268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518268; }

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

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

background-color css

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

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

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

border-color css

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

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

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