Html Css Color HEX #48864D Killarney

📋 copy color: '#48864D'

red 72 ◦ green 134 ◦ blue 77

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

Shades of Killarney #48864D

Tints of Killarney #48864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 25.44%
G = 47.35%
B = 27.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#48864D (or 0x48864D) is known color: Killarney. HEX triplet: 48, 86 and 4D. RGB value is (72,134,77). Sum of RGB (Red+Green+Blue) = 72+134+77=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #48864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48864D is #B779B2. Grayscale: #6D6D6D. Windows color (decimal): -12024243 or 5080648. OLE color: 5080648.

HSL color Cylindrical-coordinate representation of color #48864D: hue angle of 124.84º 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 #48864D is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 77 -
CMYK 0.46 0 0.43 0.47
HSL 124.84º 0.3% 0.4% -
HSV(B) 124.84º 0.46% 0.53% -
XYZ 12.54 18.96 10.02 -
YUV 108.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 72 134 77 0.46 0 0.43 0.47 124.84 0.3 0.4
Hex 48 86 4D 2E 0 2B 2F 7D 1E 28
Octal 110 206 115 56 0 53 57 175 36 50
Binary 1001000 10000110 1001101 101110 0 101011 101111 1111101 11110 101000

Color Harmonies of #48864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48864D

Black with #48864D

Text Example


Text Example

White with #48864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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