Html Css Color HEX #48824D Killarney

📋 copy color: '#48824D'

red 72 ◦ green 130 ◦ blue 77

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

Shades of Killarney #48824D

Tints of Killarney #48824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 25.81%
G = 46.59%
B = 27.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#48824D (or 0x48824D) is known color: Killarney. HEX triplet: 48, 82 and 4D. RGB value is (72,130,77). Sum of RGB (Red+Green+Blue) = 72+130+77=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #48824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48824D is #B77DB2. Grayscale: #6A6A6A. Windows color (decimal): -12025267 or 5079624. OLE color: 5079624.

HSL color Cylindrical-coordinate representation of color #48824D: hue angle of 125.17º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48824D is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 77 -
CMYK 0.45 0 0.41 0.49
HSL 125.17º 0.29% 0.4% -
HSV(B) 125.17º 0.45% 0.51% -
XYZ 11.99 17.88 9.84 -
YUV 106.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 72 130 77 0.45 0 0.41 0.49 125.17 0.29 0.4
Hex 48 82 4D 2D 0 29 31 7D 1D 28
Octal 110 202 115 55 0 51 61 175 35 50
Binary 1001000 10000010 1001101 101101 0 101001 110001 1111101 11101 101000

Color Harmonies of #48824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48824D

Black with #48824D

Text Example


Text Example

White with #48824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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