Html Css Color HEX #507451 Killarney

📋 copy color: '#507451'

red 80 ◦ green 116 ◦ blue 81

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

Shades of Killarney #507451

Tints of Killarney #507451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 28.88%
G = 41.88%
B = 29.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#507451 (or 0x507451) is known color: Killarney. HEX triplet: 50, 74 and 51. RGB value is (80,116,81). Sum of RGB (Red+Green+Blue) = 80+116+81=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #507451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507451 is #AF8BAE. Grayscale: #656565. Windows color (decimal): -11504559 or 5338192. OLE color: 5338192.

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

Color convert

RGB 80 116 81 -
CMYK 0.31 0 0.30 0.55
HSL 121.67º 0.18% 0.38% -
HSV(B) 121.67º 0.31% 0.45% -
XYZ 11.04 14.79 10.06 -
YUV 101.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 80 116 81 0.31 0 0.30 0.55 121.67 0.18 0.38
Hex 50 74 51 1F 0 1E 37 7A 12 26
Octal 120 164 121 37 0 36 67 172 22 46
Binary 1010000 1110100 1010001 11111 0 11110 110111 1111010 10010 100110

Color Harmonies of #507451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507451

Black with #507451

Text Example


Text Example

White with #507451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507451; }

 p { color: rgb(80,116,81); }

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

background-color css

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

 a { background-color: rgb(80,116,81); }

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

border-color css

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

 span { border-color: rgb(80,116,81); }

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