Html Css Color HEX #50814F Killarney

📋 copy color: '#50814F'

red 80 ◦ green 129 ◦ blue 79

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

Shades of Killarney #50814F

Tints of Killarney #50814F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 27.78%
G = 44.79%
B = 27.43%

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

#50814F (or 0x50814F) is known color: Killarney. HEX triplet: 50, 81 and 4F. RGB value is (80,129,79). Sum of RGB (Red+Green+Blue) = 80+129+79=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #50814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50814F is #AF7EB0. Grayscale: #6C6C6C. Windows color (decimal): -11501233 or 5210448. OLE color: 5210448.

HSL color Cylindrical-coordinate representation of color #50814F: hue angle of 118.8º 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 #50814F is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 79 -
CMYK 0.38 0 0.39 0.49
HSL 118.8º 0.24% 0.41% -
HSV(B) 118.8º 0.39% 0.51% -
XYZ 12.57 17.97 10.2 -
YUV 108.65 111.27 107.57 -
System Red Green Blue C M Y K H S L
Decimal 80 129 79 0.38 0 0.39 0.49 118.8 0.24 0.41
Hex 50 81 4F 26 0 27 31 77 18 29
Octal 120 201 117 46 0 47 61 167 30 51
Binary 1010000 10000001 1001111 100110 0 100111 110001 1110111 11000 101001

Color Harmonies of #50814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50814F

Black with #50814F

Text Example


Text Example

White with #50814F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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