Html Css Color HEX #50724F Killarney

📋 copy color: '#50724F'

red 80 ◦ green 114 ◦ blue 79

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

Shades of Killarney #50724F

Tints of Killarney #50724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 29.3%
G = 41.76%
B = 28.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#50724F (or 0x50724F) is known color: Killarney. HEX triplet: 50, 72 and 4F. RGB value is (80,114,79). Sum of RGB (Red+Green+Blue) = 80+114+79=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #50724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50724F is #AF8DB0. Grayscale: #636363. Windows color (decimal): -11505073 or 5206608. OLE color: 5206608.

HSL color Cylindrical-coordinate representation of color #50724F: hue angle of 118.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50724F is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 79 -
CMYK 0.30 0 0.31 0.55
HSL 118.29º 0.18% 0.38% -
HSV(B) 118.29º 0.31% 0.45% -
XYZ 10.74 14.3 9.59 -
YUV 99.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 80 114 79 0.30 0 0.31 0.55 118.29 0.18 0.38
Hex 50 72 4F 1E 0 1F 37 76 12 26
Octal 120 162 117 36 0 37 67 166 22 46
Binary 1010000 1110010 1001111 11110 0 11111 110111 1110110 10010 100110

Color Harmonies of #50724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50724F

Black with #50724F

Text Example


Text Example

White with #50724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50724F; }

 p { color: rgb(80,114,79); }

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

background-color css

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

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

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

border-color css

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

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

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