Html Css Color HEX #50704E Killarney

📋 copy color: '#50704E'

red 80 ◦ green 112 ◦ blue 78

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

Shades of Killarney #50704E

Tints of Killarney #50704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 29.63%
G = 41.48%
B = 28.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#50704E (or 0x50704E) is known color: Killarney. HEX triplet: 50, 70 and 4E. RGB value is (80,112,78). Sum of RGB (Red+Green+Blue) = 80+112+78=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #50704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50704E is #AF8FB1. Grayscale: #626262. Windows color (decimal): -11505586 or 5140560. OLE color: 5140560.

HSL color Cylindrical-coordinate representation of color #50704E: hue angle of 116.47º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50704E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 78 -
CMYK 0.29 0 0.30 0.56
HSL 116.47º 0.18% 0.37% -
HSV(B) 116.47º 0.3% 0.44% -
XYZ 10.48 13.84 9.33 -
YUV 98.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 80 112 78 0.29 0 0.30 0.56 116.47 0.18 0.37
Hex 50 70 4E 1D 0 1E 38 74 12 25
Octal 120 160 116 35 0 36 70 164 22 45
Binary 1010000 1110000 1001110 11101 0 11110 111000 1110100 10010 100101

Color Harmonies of #50704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50704E

Black with #50704E

Text Example


Text Example

White with #50704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50704E; }

 p { color: rgb(80,112,78); }

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

background-color css

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

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

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

border-color css

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

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

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