Html Css Color HEX #50834F Killarney

📋 copy color: '#50834F'

red 80 ◦ green 131 ◦ blue 79

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

Shades of Killarney #50834F

Tints of Killarney #50834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.17%

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

R = 27.59%
G = 45.17%
B = 27.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#50834F (or 0x50834F) is known color: Killarney. HEX triplet: 50, 83 and 4F. RGB value is (80,131,79). Sum of RGB (Red+Green+Blue) = 80+131+79=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #50834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50834F is #AF7CB0. Grayscale: #6D6D6D. Windows color (decimal): -11500721 or 5210960. OLE color: 5210960.

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

Color convert

RGB 80 131 79 -
CMYK 0.39 0 0.40 0.49
HSL 118.85º 0.25% 0.41% -
HSV(B) 118.85º 0.4% 0.51% -
XYZ 12.84 18.5 10.29 -
YUV 109.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 80 131 79 0.39 0 0.40 0.49 118.85 0.25 0.41
Hex 50 83 4F 27 0 28 31 77 19 29
Octal 120 203 117 47 0 50 61 167 31 51
Binary 1010000 10000011 1001111 100111 0 101000 110001 1110111 11001 101001

Color Harmonies of #50834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50834F

Black with #50834F

Text Example


Text Example

White with #50834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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