Html Css Color HEX #506D50 Killarney

📋 copy color: '#506D50'

red 80 ◦ green 109 ◦ blue 80

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

Shades of Killarney #506D50

Tints of Killarney #506D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.52%

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

R = 29.74%
G = 40.52%
B = 29.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#506D50 (or 0x506D50) is known color: Killarney. HEX triplet: 50, 6D and 50. RGB value is (80,109,80). Sum of RGB (Red+Green+Blue) = 80+109+80=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 109 - color contains mainly: green. Hex color #506D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D50 is #AF92AF. Grayscale: #616161. Windows color (decimal): -11506352 or 5270864. OLE color: 5270864.

HSL color Cylindrical-coordinate representation of color #506D50: hue angle of 120º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D50 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 80 -
CMYK 0.27 0 0.27 0.57
HSL 120º 0.15% 0.37% -
HSV(B) 120º 0.27% 0.43% -
XYZ 10.22 13.22 9.6 -
YUV 97.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 80 109 80 0.27 0 0.27 0.57 120 0.15 0.37
Hex 50 6D 50 1B 0 1B 39 78 F 25
Octal 120 155 120 33 0 33 71 170 17 45
Binary 1010000 1101101 1010000 11011 0 11011 111001 1111000 1111 100101

Color Harmonies of #506D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D50

Black with #506D50

Text Example


Text Example

White with #506D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D50; }

 p { color: rgb(80,109,80); }

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

background-color css

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

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

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

border-color css

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

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

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