Html Css Color HEX #507951 Killarney

📋 copy color: '#507951'

red 80 ◦ green 121 ◦ blue 81

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

Shades of Killarney #507951

Tints of Killarney #507951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.91%

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

R = 28.37%
G = 42.91%
B = 28.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#507951 (or 0x507951) is known color: Killarney. HEX triplet: 50, 79 and 51. RGB value is (80,121,81). Sum of RGB (Red+Green+Blue) = 80+121+81=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #507951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507951 is #AF86AE. Grayscale: #686868. Windows color (decimal): -11503279 or 5339472. OLE color: 5339472.

HSL color Cylindrical-coordinate representation of color #507951: hue angle of 121.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507951 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 81 -
CMYK 0.34 0 0.33 0.53
HSL 121.46º 0.2% 0.39% -
HSV(B) 121.46º 0.34% 0.47% -
XYZ 11.63 15.97 10.25 -
YUV 104.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 80 121 81 0.34 0 0.33 0.53 121.46 0.2 0.39
Hex 50 79 51 22 0 21 35 79 14 27
Octal 120 171 121 42 0 41 65 171 24 47
Binary 1010000 1111001 1010001 100010 0 100001 110101 1111001 10100 100111

Color Harmonies of #507951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507951

Black with #507951

Text Example


Text Example

White with #507951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507951; }

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

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

background-color css

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

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

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

border-color css

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

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

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