Html Css Color HEX #508150 Killarney

📋 copy color: '#508150'

red 80 ◦ green 129 ◦ blue 80

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

Shades of Killarney #508150

Tints of Killarney #508150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

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

R = 27.68%
G = 44.64%
B = 27.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#508150 (or 0x508150) is known color: Killarney. HEX triplet: 50, 81 and 50. RGB value is (80,129,80). Sum of RGB (Red+Green+Blue) = 80+129+80=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #508150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508150 is #AF7EAF. Grayscale: #6C6C6C. Windows color (decimal): -11501232 or 5275984. OLE color: 5275984.

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

Color convert

RGB 80 129 80 -
CMYK 0.38 0 0.38 0.49
HSL 120º 0.23% 0.41% -
HSV(B) 120º 0.38% 0.51% -
XYZ 12.61 17.99 10.4 -
YUV 108.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 80 129 80 0.38 0 0.38 0.49 120 0.23 0.41
Hex 50 81 50 26 0 26 31 78 17 29
Octal 120 201 120 46 0 46 61 170 27 51
Binary 1010000 10000001 1010000 100110 0 100110 110001 1111000 10111 101001

Color Harmonies of #508150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508150

Black with #508150

Text Example


Text Example

White with #508150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508150; }

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

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

background-color css

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

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

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

border-color css

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

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

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