Html Css Color HEX #48794A Killarney

📋 copy color: '#48794A'

red 72 ◦ green 121 ◦ blue 74

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

Shades of Killarney #48794A

Tints of Killarney #48794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.32%

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 26.97%
G = 45.32%
B = 27.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#48794A (or 0x48794A) is known color: Killarney. HEX triplet: 48, 79 and 4A. RGB value is (72,121,74). Sum of RGB (Red+Green+Blue) = 72+121+74=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #48794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48794A is #B786B5. Grayscale: #656565. Windows color (decimal): -12027574 or 4880712. OLE color: 4880712.

HSL color Cylindrical-coordinate representation of color #48794A: hue angle of 122.45º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48794A is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 74 -
CMYK 0.40 0 0.39 0.53
HSL 122.45º 0.25% 0.38% -
HSV(B) 122.45º 0.4% 0.47% -
XYZ 10.75 15.55 8.91 -
YUV 100.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 72 121 74 0.40 0 0.39 0.53 122.45 0.25 0.38
Hex 48 79 4A 28 0 27 35 7A 19 26
Octal 110 171 112 50 0 47 65 172 31 46
Binary 1001000 1111001 1001010 101000 0 100111 110101 1111010 11001 100110

Color Harmonies of #48794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48794A

Black with #48794A

Text Example


Text Example

White with #48794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48794A; }

 p { color: rgb(72,121,74); }

 H1.HeaderClassName
 {
   color: #48794A;
 }
 .AnyTagClassName
 {
   color: #48794A;
 }
</style>

background-color css

<style>
 a { background-color: #48794A; }

 a { background-color: rgb(72,121,74); }

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

border-color css

<style>
 span { border-color: #48794A; }

 span { border-color: rgb(72,121,74); }

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