Html Css Color HEX #518350 Killarney

📋 copy color: '#518350'

red 81 ◦ green 131 ◦ blue 80

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

Shades of Killarney #518350

Tints of Killarney #518350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 27.74%
G = 44.86%
B = 27.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#518350 (or 0x518350) is known color: Killarney. HEX triplet: 51, 83 and 50. RGB value is (81,131,80). Sum of RGB (Red+Green+Blue) = 81+131+80=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #518350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518350 is #AE7CAF. Grayscale: #6E6E6E. Windows color (decimal): -11435184 or 5276497. OLE color: 5276497.

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

Color convert

RGB 81 131 80 -
CMYK 0.38 0 0.39 0.49
HSL 118.82º 0.24% 0.41% -
HSV(B) 118.82º 0.39% 0.51% -
XYZ 12.96 18.56 10.49 -
YUV 110.24 110.94 107.15 -
System Red Green Blue C M Y K H S L
Decimal 81 131 80 0.38 0 0.39 0.49 118.82 0.24 0.41
Hex 51 83 50 26 0 27 31 77 18 29
Octal 121 203 120 46 0 47 61 167 30 51
Binary 1010001 10000011 1010000 100110 0 100111 110001 1110111 11000 101001

Color Harmonies of #518350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518350

Black with #518350

Text Example


Text Example

White with #518350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518350; }

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

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

background-color css

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

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

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

border-color css

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

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

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