Html Css Color HEX #486D48 Killarney

📋 copy color: '#486D48'

red 72 ◦ green 109 ◦ blue 72

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

Shades of Killarney #486D48

Tints of Killarney #486D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 28.46%
G = 43.08%
B = 28.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#486D48 (or 0x486D48) is known color: Killarney. HEX triplet: 48, 6D and 48. RGB value is (72,109,72). Sum of RGB (Red+Green+Blue) = 72+109+72=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #486D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D48 is #B792B7. Grayscale: #5D5D5D. Windows color (decimal): -12030648 or 4746568. OLE color: 4746568.

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

Color convert

RGB 72 109 72 -
CMYK 0.34 0 0.34 0.57
HSL 120º 0.2% 0.35% -
HSV(B) 120º 0.34% 0.43% -
XYZ 9.31 12.78 8.11 -
YUV 93.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 72 109 72 0.34 0 0.34 0.57 120 0.2 0.35
Hex 48 6D 48 22 0 22 39 78 14 23
Octal 110 155 110 42 0 42 71 170 24 43
Binary 1001000 1101101 1001000 100010 0 100010 111001 1111000 10100 100011

Color Harmonies of #486D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D48

Black with #486D48

Text Example


Text Example

White with #486D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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