Html Css Color HEX #49704A Killarney

📋 copy color: '#49704A'

red 73 ◦ green 112 ◦ blue 74

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

Shades of Killarney #49704A

Tints of Killarney #49704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.57%

R = 28.19%
G = 43.24%
B = 28.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#49704A (or 0x49704A) is known color: Killarney. HEX triplet: 49, 70 and 4A. RGB value is (73,112,74). Sum of RGB (Red+Green+Blue) = 73+112+74=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #49704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49704A is #B68FB5. Grayscale: #606060. Windows color (decimal): -11964342 or 4878409. OLE color: 4878409.

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

Color convert

RGB 73 112 74 -
CMYK 0.35 0 0.34 0.56
HSL 121.54º 0.21% 0.36% -
HSV(B) 121.54º 0.35% 0.44% -
XYZ 9.78 13.5 8.57 -
YUV 96.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 73 112 74 0.35 0 0.34 0.56 121.54 0.21 0.36
Hex 49 70 4A 23 0 22 38 7A 15 24
Octal 111 160 112 43 0 42 70 172 25 44
Binary 1001001 1110000 1001010 100011 0 100010 111000 1111010 10101 100100

Color Harmonies of #49704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49704A

Black with #49704A

Text Example


Text Example

White with #49704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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