Html Css Color HEX #486D50 Killarney

📋 copy color: '#486D50'

red 72 ◦ green 109 ◦ blue 80

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

Shades of Killarney #486D50

Tints of Killarney #486D50

RGB

 RED value IS 72 (28.52% from 255) = 27.59%

 GREEN value IS 109 (42.97% from 255) = 41.76%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 27.59%
G = 41.76%
B = 30.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#486D50 (or 0x486D50) is known color: Killarney. HEX triplet: 48, 6D and 50. RGB value is (72,109,80). Sum of RGB (Red+Green+Blue) = 72+109+80=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #486D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D50 is #B792AF. Grayscale: #5E5E5E. Windows color (decimal): -12030640 or 5270856. OLE color: 5270856.

HSL color Cylindrical-coordinate representation of color #486D50: hue angle of 132.97º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D50 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 80 -
CMYK 0.34 0 0.27 0.57
HSL 132.97º 0.2% 0.35% -
HSV(B) 132.97º 0.34% 0.43% -
XYZ 9.59 12.89 9.57 -
YUV 94.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 72 109 80 0.34 0 0.27 0.57 132.97 0.2 0.35
Hex 48 6D 50 22 0 1B 39 85 14 23
Octal 110 155 120 42 0 33 71 205 24 43
Binary 1001000 1101101 1010000 100010 0 11011 111001 10000101 10100 100011

Color Harmonies of #486D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D50

Black with #486D50

Text Example


Text Example

White with #486D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486D50; }

 p { color: rgb(72,109,80); }

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

background-color css

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

 a { background-color: rgb(72,109,80); }

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

border-color css

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

 span { border-color: rgb(72,109,80); }

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