Html Css Color HEX #507251 Killarney

📋 copy color: '#507251'

red 80 ◦ green 114 ◦ blue 81

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

Shades of Killarney #507251

Tints of Killarney #507251

RGB

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

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

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

R = 29.09%
G = 41.45%
B = 29.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#507251 (or 0x507251) is known color: Killarney. HEX triplet: 50, 72 and 51. RGB value is (80,114,81). Sum of RGB (Red+Green+Blue) = 80+114+81=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #507251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507251 is #AF8DAE. Grayscale: #646464. Windows color (decimal): -11505071 or 5337680. OLE color: 5337680.

HSL color Cylindrical-coordinate representation of color #507251: hue angle of 121.76º 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 #507251 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 81 -
CMYK 0.30 0 0.29 0.55
HSL 121.76º 0.18% 0.38% -
HSV(B) 121.76º 0.3% 0.45% -
XYZ 10.81 14.33 9.98 -
YUV 100.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 80 114 81 0.30 0 0.29 0.55 121.76 0.18 0.38
Hex 50 72 51 1E 0 1D 37 7A 12 26
Octal 120 162 121 36 0 35 67 172 22 46
Binary 1010000 1110010 1010001 11110 0 11101 110111 1111010 10010 100110

Color Harmonies of #507251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507251

Black with #507251

Text Example


Text Example

White with #507251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507251; }

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

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

background-color css

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

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

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

border-color css

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

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

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