Html Css Color HEX #486D4A Killarney

📋 copy color: '#486D4A'

red 72 ◦ green 109 ◦ blue 74

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

Shades of Killarney #486D4A

Tints of Killarney #486D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 28.24%
G = 42.75%
B = 29.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#486D4A (or 0x486D4A) is known color: Killarney. HEX triplet: 48, 6D and 4A. RGB value is (72,109,74). Sum of RGB (Red+Green+Blue) = 72+109+74=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #486D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D4A is #B792B5. Grayscale: #5E5E5E. Windows color (decimal): -12030646 or 4877640. OLE color: 4877640.

HSL color Cylindrical-coordinate representation of color #486D4A: hue angle of 123.24º 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 #486D4A is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 74 -
CMYK 0.34 0 0.32 0.57
HSL 123.24º 0.2% 0.35% -
HSV(B) 123.24º 0.34% 0.43% -
XYZ 9.38 12.81 8.46 -
YUV 93.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 72 109 74 0.34 0 0.32 0.57 123.24 0.2 0.35
Hex 48 6D 4A 22 0 20 39 7B 14 23
Octal 110 155 112 42 0 40 71 173 24 43
Binary 1001000 1101101 1001010 100010 0 100000 111001 1111011 10100 100011

Color Harmonies of #486D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D4A

Black with #486D4A

Text Example


Text Example

White with #486D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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