Html Css Color HEX #49714D Killarney

📋 copy color: '#49714D'

red 73 ◦ green 113 ◦ blue 77

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

Shades of Killarney #49714D

Tints of Killarney #49714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 27.76%
G = 42.97%
B = 29.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#49714D (or 0x49714D) is known color: Killarney. HEX triplet: 49, 71 and 4D. RGB value is (73,113,77). Sum of RGB (Red+Green+Blue) = 73+113+77=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #49714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49714D is #B68EB2. Grayscale: #616161. Windows color (decimal): -11964083 or 5075273. OLE color: 5075273.

HSL color Cylindrical-coordinate representation of color #49714D: hue angle of 126º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49714D is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 77 -
CMYK 0.35 0 0.32 0.56
HSL 126º 0.22% 0.36% -
HSV(B) 126º 0.35% 0.44% -
XYZ 9.99 13.76 9.15 -
YUV 96.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 73 113 77 0.35 0 0.32 0.56 126 0.22 0.36
Hex 49 71 4D 23 0 20 38 7E 16 24
Octal 111 161 115 43 0 40 70 176 26 44
Binary 1001001 1110001 1001101 100011 0 100000 111000 1111110 10110 100100

Color Harmonies of #49714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49714D

Black with #49714D

Text Example


Text Example

White with #49714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49714D; }

 p { color: rgb(73,113,77); }

 H1.HeaderClassName
 {
   color: #49714D;
 }
 .AnyTagClassName
 {
   color: #49714D;
 }
</style>

background-color css

<style>
 a { background-color: #49714D; }

 a { background-color: rgb(73,113,77); }

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

border-color css

<style>
 span { border-color: #49714D; }

 span { border-color: rgb(73,113,77); }

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