Html Css Color HEX #507351 Killarney

📋 copy color: '#507351'

red 80 ◦ green 115 ◦ blue 81

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

Shades of Killarney #507351

Tints of Killarney #507351

RGB

 RED value IS 80 (31.64% from 255) = 28.99%

 GREEN value IS 115 (45.31% from 255) = 41.67%

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 28.99%
G = 41.67%
B = 29.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#507351 (or 0x507351) is known color: Killarney. HEX triplet: 50, 73 and 51. RGB value is (80,115,81). Sum of RGB (Red+Green+Blue) = 80+115+81=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #507351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507351 is #AF8CAE. Grayscale: #646464. Windows color (decimal): -11504815 or 5337936. OLE color: 5337936.

HSL color Cylindrical-coordinate representation of color #507351: hue angle of 121.71º 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 #507351 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 81 -
CMYK 0.30 0 0.30 0.55
HSL 121.71º 0.18% 0.38% -
HSV(B) 121.71º 0.3% 0.45% -
XYZ 10.92 14.56 10.02 -
YUV 100.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 80 115 81 0.30 0 0.30 0.55 121.71 0.18 0.38
Hex 50 73 51 1E 0 1E 37 7A 12 26
Octal 120 163 121 36 0 36 67 172 22 46
Binary 1010000 1110011 1010001 11110 0 11110 110111 1111010 10010 100110

Color Harmonies of #507351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507351

Black with #507351

Text Example


Text Example

White with #507351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507351; }

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

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

background-color css

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

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

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

border-color css

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

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

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