Html Css Color HEX #517250 Killarney

📋 copy color: '#517250'

red 81 ◦ green 114 ◦ blue 80

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

Shades of Killarney #517250

Tints of Killarney #517250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

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

R = 29.45%
G = 41.45%
B = 29.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#517250 (or 0x517250) is known color: Killarney. HEX triplet: 51, 72 and 50. RGB value is (81,114,80). Sum of RGB (Red+Green+Blue) = 81+114+80=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #517250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517250 is #AE8DAF. Grayscale: #646464. Windows color (decimal): -11439536 or 5272145. OLE color: 5272145.

HSL color Cylindrical-coordinate representation of color #517250: hue angle of 118.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517250 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 80 -
CMYK 0.29 0 0.30 0.55
HSL 118.24º 0.18% 0.38% -
HSV(B) 118.24º 0.3% 0.45% -
XYZ 10.86 14.36 9.79 -
YUV 100.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 81 114 80 0.29 0 0.30 0.55 118.24 0.18 0.38
Hex 51 72 50 1D 0 1E 37 76 12 26
Octal 121 162 120 35 0 36 67 166 22 46
Binary 1010001 1110010 1010000 11101 0 11110 110111 1110110 10010 100110

Color Harmonies of #517250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517250

Black with #517250

Text Example


Text Example

White with #517250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517250; }

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

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

background-color css

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

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

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

border-color css

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

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

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