Html Css Color HEX #49794A Killarney

📋 copy color: '#49794A'

red 73 ◦ green 121 ◦ blue 74

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

Shades of Killarney #49794A

Tints of Killarney #49794A

RGB

 RED value IS 73 (28.91% from 255) = 27.24%

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

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

R = 27.24%
G = 45.15%
B = 27.61%

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

#49794A (or 0x49794A) is known color: Killarney. HEX triplet: 49, 79 and 4A. RGB value is (73,121,74). Sum of RGB (Red+Green+Blue) = 73+121+74=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #49794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49794A is #B686B5. Grayscale: #656565. Windows color (decimal): -11962038 or 4880713. OLE color: 4880713.

HSL color Cylindrical-coordinate representation of color #49794A: hue angle of 121.25º 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 #49794A is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 74 -
CMYK 0.40 0 0.39 0.53
HSL 121.25º 0.25% 0.38% -
HSV(B) 121.25º 0.4% 0.47% -
XYZ 10.82 15.59 8.92 -
YUV 101.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 73 121 74 0.40 0 0.39 0.53 121.25 0.25 0.38
Hex 49 79 4A 28 0 27 35 79 19 26
Octal 111 171 112 50 0 47 65 171 31 46
Binary 1001001 1111001 1001010 101000 0 100111 110101 1111001 11001 100110

Color Harmonies of #49794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49794A

Black with #49794A

Text Example


Text Example

White with #49794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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