Html Css Color HEX #49724A Killarney

📋 copy color: '#49724A'

red 73 ◦ green 114 ◦ blue 74

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

Shades of Killarney #49724A

Tints of Killarney #49724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 27.97%
G = 43.68%
B = 28.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#49724A (or 0x49724A) is known color: Killarney. HEX triplet: 49, 72 and 4A. RGB value is (73,114,74). Sum of RGB (Red+Green+Blue) = 73+114+74=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #49724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49724A is #B68DB5. Grayscale: #616161. Windows color (decimal): -11963830 or 4878921. OLE color: 4878921.

HSL color Cylindrical-coordinate representation of color #49724A: hue angle of 121.46º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49724A is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 74 -
CMYK 0.36 0 0.35 0.55
HSL 121.46º 0.22% 0.37% -
HSV(B) 121.46º 0.36% 0.45% -
XYZ 10 13.95 8.64 -
YUV 97.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 73 114 74 0.36 0 0.35 0.55 121.46 0.22 0.37
Hex 49 72 4A 24 0 23 37 79 16 25
Octal 111 162 112 44 0 43 67 171 26 45
Binary 1001001 1110010 1001010 100100 0 100011 110111 1111001 10110 100101

Color Harmonies of #49724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49724A

Black with #49724A

Text Example


Text Example

White with #49724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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