Html Css Color HEX #48864A Killarney

📋 copy color: '#48864A'

red 72 ◦ green 134 ◦ blue 74

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

Shades of Killarney #48864A

Tints of Killarney #48864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

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

R = 25.71%
G = 47.86%
B = 26.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#48864A (or 0x48864A) is known color: Killarney. HEX triplet: 48, 86 and 4A. RGB value is (72,134,74). Sum of RGB (Red+Green+Blue) = 72+134+74=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #48864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48864A is #B779B5. Grayscale: #6C6C6C. Windows color (decimal): -12024246 or 4884040. OLE color: 4884040.

HSL color Cylindrical-coordinate representation of color #48864A: hue angle of 121.94º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48864A is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 74 -
CMYK 0.46 0 0.45 0.47
HSL 121.94º 0.3% 0.4% -
HSV(B) 121.94º 0.46% 0.53% -
XYZ 12.43 18.92 9.48 -
YUV 108.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 72 134 74 0.46 0 0.45 0.47 121.94 0.3 0.4
Hex 48 86 4A 2E 0 2D 2F 7A 1E 28
Octal 110 206 112 56 0 55 57 172 36 50
Binary 1001000 10000110 1001010 101110 0 101101 101111 1111010 11110 101000

Color Harmonies of #48864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48864A

Black with #48864A

Text Example


Text Example

White with #48864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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