Html Css Color HEX #507650 Killarney

📋 copy color: '#507650'

red 80 ◦ green 118 ◦ blue 80

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

Shades of Killarney #507650

Tints of Killarney #507650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.45%

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

R = 28.78%
G = 42.45%
B = 28.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#507650 (or 0x507650) is known color: Killarney. HEX triplet: 50, 76 and 50. RGB value is (80,118,80). Sum of RGB (Red+Green+Blue) = 80+118+80=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #507650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507650 is #AF89AF. Grayscale: #666666. Windows color (decimal): -11504048 or 5273168. OLE color: 5273168.

HSL color Cylindrical-coordinate representation of color #507650: hue angle of 120º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507650 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 80 -
CMYK 0.32 0 0.32 0.54
HSL 120º 0.19% 0.39% -
HSV(B) 120º 0.32% 0.46% -
XYZ 11.23 15.24 9.94 -
YUV 102.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 80 118 80 0.32 0 0.32 0.54 120 0.19 0.39
Hex 50 76 50 20 0 20 36 78 13 27
Octal 120 166 120 40 0 40 66 170 23 47
Binary 1010000 1110110 1010000 100000 0 100000 110110 1111000 10011 100111

Color Harmonies of #507650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507650

Black with #507650

Text Example


Text Example

White with #507650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507650; }

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

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

background-color css

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

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

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

border-color css

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

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

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