Html Css Color HEX #49764D Killarney

📋 copy color: '#49764D'

red 73 ◦ green 118 ◦ blue 77

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

Shades of Killarney #49764D

Tints of Killarney #49764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 27.24%
G = 44.03%
B = 28.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#49764D (or 0x49764D) is known color: Killarney. HEX triplet: 49, 76 and 4D. RGB value is (73,118,77). Sum of RGB (Red+Green+Blue) = 73+118+77=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #49764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49764D is #B689B2. Grayscale: #636363. Windows color (decimal): -11962803 or 5076553. OLE color: 5076553.

HSL color Cylindrical-coordinate representation of color #49764D: hue angle of 125.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49764D is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 77 -
CMYK 0.38 0 0.35 0.54
HSL 125.33º 0.24% 0.37% -
HSV(B) 125.33º 0.38% 0.46% -
XYZ 10.57 14.91 9.34 -
YUV 99.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 73 118 77 0.38 0 0.35 0.54 125.33 0.24 0.37
Hex 49 76 4D 26 0 23 36 7D 18 25
Octal 111 166 115 46 0 43 66 175 30 45
Binary 1001001 1110110 1001101 100110 0 100011 110110 1111101 11000 100101

Color Harmonies of #49764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49764D

Black with #49764D

Text Example


Text Example

White with #49764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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