Html Css Color HEX #48744E Killarney

📋 copy color: '#48744E'

red 72 ◦ green 116 ◦ blue 78

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

Shades of Killarney #48744E

Tints of Killarney #48744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 27.07%
G = 43.61%
B = 29.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#48744E (or 0x48744E) is known color: Killarney. HEX triplet: 48, 74 and 4E. RGB value is (72,116,78). Sum of RGB (Red+Green+Blue) = 72+116+78=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #48744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48744E is #B78BB1. Grayscale: #626262. Windows color (decimal): -12028850 or 5141576. OLE color: 5141576.

HSL color Cylindrical-coordinate representation of color #48744E: hue angle of 128.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48744E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 78 -
CMYK 0.38 0 0.33 0.55
HSL 128.18º 0.23% 0.37% -
HSV(B) 128.18º 0.38% 0.45% -
XYZ 10.29 14.42 9.45 -
YUV 98.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 72 116 78 0.38 0 0.33 0.55 128.18 0.23 0.37
Hex 48 74 4E 26 0 21 37 80 17 25
Octal 110 164 116 46 0 41 67 200 27 45
Binary 1001000 1110100 1001110 100110 0 100001 110111 10000000 10111 100101

Color Harmonies of #48744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48744E

Black with #48744E

Text Example


Text Example

White with #48744E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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