Html Css Color HEX #49864F Killarney

📋 copy color: '#49864F'

red 73 ◦ green 134 ◦ blue 79

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

Shades of Killarney #49864F

Tints of Killarney #49864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

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

R = 25.52%
G = 46.85%
B = 27.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#49864F (or 0x49864F) is known color: Killarney. HEX triplet: 49, 86 and 4F. RGB value is (73,134,79). Sum of RGB (Red+Green+Blue) = 73+134+79=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #49864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49864F is #B679B0. Grayscale: #6D6D6D. Windows color (decimal): -11958705 or 5211721. OLE color: 5211721.

HSL color Cylindrical-coordinate representation of color #49864F: hue angle of 125.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49864F is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 79 -
CMYK 0.46 0 0.41 0.47
HSL 125.9º 0.29% 0.41% -
HSV(B) 125.9º 0.46% 0.53% -
XYZ 12.68 19.03 10.4 -
YUV 109.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 73 134 79 0.46 0 0.41 0.47 125.9 0.29 0.41
Hex 49 86 4F 2E 0 29 2F 7E 1D 29
Octal 111 206 117 56 0 51 57 176 35 51
Binary 1001001 10000110 1001111 101110 0 101001 101111 1111110 11101 101001

Color Harmonies of #49864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49864F

Black with #49864F

Text Example


Text Example

White with #49864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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