Html Css Color HEX #50824F Killarney

📋 copy color: '#50824F'

red 80 ◦ green 130 ◦ blue 79

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

Shades of Killarney #50824F

Tints of Killarney #50824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

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

R = 27.68%
G = 44.98%
B = 27.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#50824F (or 0x50824F) is known color: Killarney. HEX triplet: 50, 82 and 4F. RGB value is (80,130,79). Sum of RGB (Red+Green+Blue) = 80+130+79=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #50824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50824F is #AF7DB0. Grayscale: #6D6D6D. Windows color (decimal): -11500977 or 5210704. OLE color: 5210704.

HSL color Cylindrical-coordinate representation of color #50824F: hue angle of 118.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50824F is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 79 -
CMYK 0.38 0 0.39 0.49
HSL 118.82º 0.24% 0.41% -
HSV(B) 118.82º 0.39% 0.51% -
XYZ 12.7 18.24 10.25 -
YUV 109.24 110.94 107.15 -
System Red Green Blue C M Y K H S L
Decimal 80 130 79 0.38 0 0.39 0.49 118.82 0.24 0.41
Hex 50 82 4F 26 0 27 31 77 18 29
Octal 120 202 117 46 0 47 61 167 30 51
Binary 1010000 10000010 1001111 100110 0 100111 110001 1110111 11000 101001

Color Harmonies of #50824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50824F

Black with #50824F

Text Example


Text Example

White with #50824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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