Html Css Color HEX #49764F Killarney

📋 copy color: '#49764F'

red 73 ◦ green 118 ◦ blue 79

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

Shades of Killarney #49764F

Tints of Killarney #49764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 27.04%
G = 43.7%
B = 29.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#49764F (or 0x49764F) is known color: Killarney. HEX triplet: 49, 76 and 4F. RGB value is (73,118,79). Sum of RGB (Red+Green+Blue) = 73+118+79=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #49764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49764F is #B689B0. Grayscale: #646464. Windows color (decimal): -11962801 or 5207625. OLE color: 5207625.

HSL color Cylindrical-coordinate representation of color #49764F: hue angle of 128º 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 #49764F is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 79 -
CMYK 0.38 0 0.33 0.54
HSL 128º 0.24% 0.37% -
HSV(B) 128º 0.38% 0.46% -
XYZ 10.64 14.94 9.72 -
YUV 100.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 73 118 79 0.38 0 0.33 0.54 128 0.24 0.37
Hex 49 76 4F 26 0 21 36 80 18 25
Octal 111 166 117 46 0 41 66 200 30 45
Binary 1001001 1110110 1001111 100110 0 100001 110110 10000000 11000 100101

Color Harmonies of #49764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49764F

Black with #49764F

Text Example


Text Example

White with #49764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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