Html Css Color HEX #49704F Killarney

📋 copy color: '#49704F'

red 73 ◦ green 112 ◦ blue 79

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

Shades of Killarney #49704F

Tints of Killarney #49704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

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

R = 27.65%
G = 42.42%
B = 29.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#49704F (or 0x49704F) is known color: Killarney. HEX triplet: 49, 70 and 4F. RGB value is (73,112,79). Sum of RGB (Red+Green+Blue) = 73+112+79=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #49704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49704F is #B68FB0. Grayscale: #606060. Windows color (decimal): -11964337 or 5206089. OLE color: 5206089.

HSL color Cylindrical-coordinate representation of color #49704F: hue angle of 129.23º degrees, saturation: 0.21, 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 #49704F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 79 -
CMYK 0.35 0 0.29 0.56
HSL 129.23º 0.21% 0.36% -
HSV(B) 129.23º 0.35% 0.44% -
XYZ 9.95 13.57 9.49 -
YUV 96.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 73 112 79 0.35 0 0.29 0.56 129.23 0.21 0.36
Hex 49 70 4F 23 0 1D 38 81 15 24
Octal 111 160 117 43 0 35 70 201 25 44
Binary 1001001 1110000 1001111 100011 0 11101 111000 10000001 10101 100100

Color Harmonies of #49704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49704F

Black with #49704F

Text Example


Text Example

White with #49704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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