Html Css Color HEX #50744F Killarney

📋 copy color: '#50744F'

red 80 ◦ green 116 ◦ blue 79

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

Shades of Killarney #50744F

Tints of Killarney #50744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

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

R = 29.09%
G = 42.18%
B = 28.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#50744F (or 0x50744F) is known color: Killarney. HEX triplet: 50, 74 and 4F. RGB value is (80,116,79). Sum of RGB (Red+Green+Blue) = 80+116+79=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #50744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50744F is #AF8BB0. Grayscale: #656565. Windows color (decimal): -11504561 or 5207120. OLE color: 5207120.

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

Color convert

RGB 80 116 79 -
CMYK 0.31 0 0.32 0.55
HSL 118.38º 0.19% 0.38% -
HSV(B) 118.38º 0.32% 0.45% -
XYZ 10.96 14.76 9.67 -
YUV 101.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 80 116 79 0.31 0 0.32 0.55 118.38 0.19 0.38
Hex 50 74 4F 1F 0 20 37 76 13 26
Octal 120 164 117 37 0 40 67 166 23 46
Binary 1010000 1110100 1001111 11111 0 100000 110111 1110110 10011 100110

Color Harmonies of #50744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50744F

Black with #50744F

Text Example


Text Example

White with #50744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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