Html Css Color HEX #48854D Killarney

📋 copy color: '#48854D'

red 72 ◦ green 133 ◦ blue 77

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

Shades of Killarney #48854D

Tints of Killarney #48854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 25.53%
G = 47.16%
B = 27.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#48854D (or 0x48854D) is known color: Killarney. HEX triplet: 48, 85 and 4D. RGB value is (72,133,77). Sum of RGB (Red+Green+Blue) = 72+133+77=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #48854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48854D is #B77AB2. Grayscale: #6C6C6C. Windows color (decimal): -12024499 or 5080392. OLE color: 5080392.

HSL color Cylindrical-coordinate representation of color #48854D: hue angle of 124.92º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48854D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 77 -
CMYK 0.46 0 0.42 0.48
HSL 124.92º 0.3% 0.4% -
HSV(B) 124.92º 0.46% 0.52% -
XYZ 12.4 18.69 9.97 -
YUV 108.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 72 133 77 0.46 0 0.42 0.48 124.92 0.3 0.4
Hex 48 85 4D 2E 0 2A 30 7D 1E 28
Octal 110 205 115 56 0 52 60 175 36 50
Binary 1001000 10000101 1001101 101110 0 101010 110000 1111101 11110 101000

Color Harmonies of #48854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48854D

Black with #48854D

Text Example


Text Example

White with #48854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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