Html Css Color HEX #507254 Killarney

📋 copy color: '#507254'

red 80 ◦ green 114 ◦ blue 84

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

Shades of Killarney #507254

Tints of Killarney #507254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 28.78%
G = 41.01%
B = 30.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#507254 (or 0x507254) is known color: Killarney. HEX triplet: 50, 72 and 54. RGB value is (80,114,84). Sum of RGB (Red+Green+Blue) = 80+114+84=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #507254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507254 is #AF8DAB. Grayscale: #646464. Windows color (decimal): -11505068 or 5534288. OLE color: 5534288.

HSL color Cylindrical-coordinate representation of color #507254: hue angle of 127.06º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507254 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 84 -
CMYK 0.30 0 0.26 0.55
HSL 127.06º 0.18% 0.38% -
HSV(B) 127.06º 0.3% 0.45% -
XYZ 10.93 14.38 10.59 -
YUV 100.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 80 114 84 0.30 0 0.26 0.55 127.06 0.18 0.38
Hex 50 72 54 1E 0 1A 37 7F 12 26
Octal 120 162 124 36 0 32 67 177 22 46
Binary 1010000 1110010 1010100 11110 0 11010 110111 1111111 10010 100110

Color Harmonies of #507254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507254

Black with #507254

Text Example


Text Example

White with #507254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507254; }

 p { color: rgb(80,114,84); }

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

background-color css

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

 a { background-color: rgb(80,114,84); }

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

border-color css

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

 span { border-color: rgb(80,114,84); }

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