Html Css Color HEX #507151 Killarney

📋 copy color: '#507151'

red 80 ◦ green 113 ◦ blue 81

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

Shades of Killarney #507151

Tints of Killarney #507151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

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

R = 29.2%
G = 41.24%
B = 29.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#507151 (or 0x507151) is known color: Killarney. HEX triplet: 50, 71 and 51. RGB value is (80,113,81). Sum of RGB (Red+Green+Blue) = 80+113+81=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #507151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507151 is #AF8EAE. Grayscale: #636363. Windows color (decimal): -11505327 or 5337424. OLE color: 5337424.

HSL color Cylindrical-coordinate representation of color #507151: hue angle of 121.82º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507151 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 81 -
CMYK 0.29 0 0.28 0.56
HSL 121.82º 0.17% 0.38% -
HSV(B) 121.82º 0.29% 0.44% -
XYZ 10.7 14.11 9.94 -
YUV 99.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 80 113 81 0.29 0 0.28 0.56 121.82 0.17 0.38
Hex 50 71 51 1D 0 1C 38 7A 11 26
Octal 120 161 121 35 0 34 70 172 21 46
Binary 1010000 1110001 1010001 11101 0 11100 111000 1111010 10001 100110

Color Harmonies of #507151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507151

Black with #507151

Text Example


Text Example

White with #507151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507151; }

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

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

background-color css

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

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

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

border-color css

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

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

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