Html Css Color HEX #50714E Killarney

📋 copy color: '#50714E'

red 80 ◦ green 113 ◦ blue 78

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

Shades of Killarney #50714E

Tints of Killarney #50714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

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

R = 29.52%
G = 41.7%
B = 28.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#50714E (or 0x50714E) is known color: Killarney. HEX triplet: 50, 71 and 4E. RGB value is (80,113,78). Sum of RGB (Red+Green+Blue) = 80+113+78=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #50714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50714E is #AF8EB1. Grayscale: #636363. Windows color (decimal): -11505330 or 5140816. OLE color: 5140816.

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

Color convert

RGB 80 113 78 -
CMYK 0.29 0 0.31 0.56
HSL 116.57º 0.18% 0.37% -
HSV(B) 116.57º 0.31% 0.44% -
XYZ 10.59 14.07 9.36 -
YUV 99.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 80 113 78 0.29 0 0.31 0.56 116.57 0.18 0.37
Hex 50 71 4E 1D 0 1F 38 75 12 25
Octal 120 161 116 35 0 37 70 165 22 45
Binary 1010000 1110001 1001110 11101 0 11111 111000 1110101 10010 100101

Color Harmonies of #50714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50714E

Black with #50714E

Text Example


Text Example

White with #50714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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