Html Css Color HEX #48764E Killarney

📋 copy color: '#48764E'

red 72 ◦ green 118 ◦ blue 78

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

Shades of Killarney #48764E

Tints of Killarney #48764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 26.87%
G = 44.03%
B = 29.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#48764E (or 0x48764E) is known color: Killarney. HEX triplet: 48, 76 and 4E. RGB value is (72,118,78). Sum of RGB (Red+Green+Blue) = 72+118+78=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #48764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48764E is #B789B1. Grayscale: #636363. Windows color (decimal): -12028338 or 5142088. OLE color: 5142088.

HSL color Cylindrical-coordinate representation of color #48764E: hue angle of 127.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48764E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 78 -
CMYK 0.39 0 0.34 0.54
HSL 127.83º 0.24% 0.37% -
HSV(B) 127.83º 0.39% 0.46% -
XYZ 10.53 14.88 9.53 -
YUV 99.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 72 118 78 0.39 0 0.34 0.54 127.83 0.24 0.37
Hex 48 76 4E 27 0 22 36 80 18 25
Octal 110 166 116 47 0 42 66 200 30 45
Binary 1001000 1110110 1001110 100111 0 100010 110110 10000000 11000 100101

Color Harmonies of #48764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48764E

Black with #48764E

Text Example


Text Example

White with #48764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48764E; }

 p { color: rgb(72,118,78); }

 H1.HeaderClassName
 {
   color: #48764E;
 }
 .AnyTagClassName
 {
   color: #48764E;
 }
</style>

background-color css

<style>
 a { background-color: #48764E; }

 a { background-color: rgb(72,118,78); }

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

border-color css

<style>
 span { border-color: #48764E; }

 span { border-color: rgb(72,118,78); }

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