Html Css Color HEX #508050 Killarney

📋 copy color: '#508050'

red 80 ◦ green 128 ◦ blue 80

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

Shades of Killarney #508050

Tints of Killarney #508050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.44%

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

R = 27.78%
G = 44.44%
B = 27.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#508050 (or 0x508050) is known color: Killarney. HEX triplet: 50, 80 and 50. RGB value is (80,128,80). Sum of RGB (Red+Green+Blue) = 80+128+80=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #508050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508050 is #AF7FAF. Grayscale: #6C6C6C. Windows color (decimal): -11501488 or 5275728. OLE color: 5275728.

HSL color Cylindrical-coordinate representation of color #508050: hue angle of 120º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508050 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 80 -
CMYK 0.38 0 0.38 0.50
HSL 120º 0.23% 0.41% -
HSV(B) 120º 0.38% 0.5% -
XYZ 12.48 17.72 10.35 -
YUV 108.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 80 128 80 0.38 0 0.38 0.50 120 0.23 0.41
Hex 50 80 50 26 0 26 32 78 17 29
Octal 120 200 120 46 0 46 62 170 27 51
Binary 1010000 10000000 1010000 100110 0 100110 110010 1111000 10111 101001

Color Harmonies of #508050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508050

Black with #508050

Text Example


Text Example

White with #508050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508050; }

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

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

background-color css

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

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

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

border-color css

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

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

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