Html Css Color HEX #508251 Killarney

📋 copy color: '#508251'

red 80 ◦ green 130 ◦ blue 81

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

Shades of Killarney #508251

Tints of Killarney #508251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

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

R = 27.49%
G = 44.67%
B = 27.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#508251 (or 0x508251) is known color: Killarney. HEX triplet: 50, 82 and 51. RGB value is (80,130,81). Sum of RGB (Red+Green+Blue) = 80+130+81=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #508251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508251 is #AF7DAE. Grayscale: #6D6D6D. Windows color (decimal): -11500975 or 5341776. OLE color: 5341776.

HSL color Cylindrical-coordinate representation of color #508251: hue angle of 121.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508251 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 81 -
CMYK 0.38 0 0.38 0.49
HSL 121.2º 0.24% 0.41% -
HSV(B) 121.2º 0.38% 0.51% -
XYZ 12.78 18.26 10.64 -
YUV 109.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 80 130 81 0.38 0 0.38 0.49 121.2 0.24 0.41
Hex 50 82 51 26 0 26 31 79 18 29
Octal 120 202 121 46 0 46 61 171 30 51
Binary 1010000 10000010 1010001 100110 0 100110 110001 1111001 11000 101001

Color Harmonies of #508251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508251

Black with #508251

Text Example


Text Example

White with #508251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508251; }

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

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

background-color css

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

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

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

border-color css

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

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

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