Html Css Color HEX #50704F Killarney

📋 copy color: '#50704F'

red 80 ◦ green 112 ◦ blue 79

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

Shades of Killarney #50704F

Tints of Killarney #50704F

RGB

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

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

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

R = 29.52%
G = 41.33%
B = 29.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#50704F (or 0x50704F) is known color: Killarney. HEX triplet: 50, 70 and 4F. RGB value is (80,112,79). Sum of RGB (Red+Green+Blue) = 80+112+79=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #50704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50704F is #AF8FB0. Grayscale: #626262. Windows color (decimal): -11505585 or 5206096. OLE color: 5206096.

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

Color convert

RGB 80 112 79 -
CMYK 0.29 0 0.29 0.56
HSL 118.18º 0.17% 0.37% -
HSV(B) 118.18º 0.29% 0.44% -
XYZ 10.51 13.86 9.52 -
YUV 98.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 80 112 79 0.29 0 0.29 0.56 118.18 0.17 0.37
Hex 50 70 4F 1D 0 1D 38 76 11 25
Octal 120 160 117 35 0 35 70 166 21 45
Binary 1010000 1110000 1001111 11101 0 11101 111000 1110110 10001 100101

Color Harmonies of #50704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50704F

Black with #50704F

Text Example


Text Example

White with #50704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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