Html Css Color HEX #48864C Killarney

📋 copy color: '#48864C'

red 72 ◦ green 134 ◦ blue 76

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

Shades of Killarney #48864C

Tints of Killarney #48864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 25.53%
G = 47.52%
B = 26.95%

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

#48864C (or 0x48864C) is known color: Killarney. HEX triplet: 48, 86 and 4C. RGB value is (72,134,76). Sum of RGB (Red+Green+Blue) = 72+134+76=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #48864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48864C is #B779B3. Grayscale: #6D6D6D. Windows color (decimal): -12024244 or 5015112. OLE color: 5015112.

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

Color convert

RGB 72 134 76 -
CMYK 0.46 0 0.43 0.47
HSL 123.87º 0.3% 0.4% -
HSV(B) 123.87º 0.46% 0.53% -
XYZ 12.5 18.95 9.84 -
YUV 108.85 109.46 101.72 -
System Red Green Blue C M Y K H S L
Decimal 72 134 76 0.46 0 0.43 0.47 123.87 0.3 0.4
Hex 48 86 4C 2E 0 2B 2F 7C 1E 28
Octal 110 206 114 56 0 53 57 174 36 50
Binary 1001000 10000110 1001100 101110 0 101011 101111 1111100 11110 101000

Color Harmonies of #48864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48864C

Black with #48864C

Text Example


Text Example

White with #48864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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