Html Css Color HEX #486C4F Killarney

📋 copy color: '#486C4F'

red 72 ◦ green 108 ◦ blue 79

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

Shades of Killarney #486C4F

Tints of Killarney #486C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.7%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 27.8%
G = 41.7%
B = 30.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#486C4F (or 0x486C4F) is known color: Killarney. HEX triplet: 48, 6C and 4F. RGB value is (72,108,79). Sum of RGB (Red+Green+Blue) = 72+108+79=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #486C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C4F is #B793B0. Grayscale: #5E5E5E. Windows color (decimal): -12030897 or 5205064. OLE color: 5205064.

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

Color convert

RGB 72 108 79 -
CMYK 0.33 0 0.27 0.58
HSL 131.67º 0.2% 0.35% -
HSV(B) 131.67º 0.33% 0.42% -
XYZ 9.45 12.67 9.34 -
YUV 93.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 72 108 79 0.33 0 0.27 0.58 131.67 0.2 0.35
Hex 48 6C 4F 21 0 1B 3A 84 14 23
Octal 110 154 117 41 0 33 72 204 24 43
Binary 1001000 1101100 1001111 100001 0 11011 111010 10000100 10100 100011

Color Harmonies of #486C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C4F

Black with #486C4F

Text Example


Text Example

White with #486C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,79); }

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

background-color css

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

 a { background-color: rgb(72,108,79); }

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

border-color css

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

 span { border-color: rgb(72,108,79); }

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