Html Css Color HEX #49704C Killarney

📋 copy color: '#49704C'

red 73 ◦ green 112 ◦ blue 76

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

Shades of Killarney #49704C

Tints of Killarney #49704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 27.97%
G = 42.91%
B = 29.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#49704C (or 0x49704C) is known color: Killarney. HEX triplet: 49, 70 and 4C. RGB value is (73,112,76). Sum of RGB (Red+Green+Blue) = 73+112+76=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #49704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49704C is #B68FB3. Grayscale: #606060. Windows color (decimal): -11964340 or 5009481. OLE color: 5009481.

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

Color convert

RGB 73 112 76 -
CMYK 0.35 0 0.32 0.56
HSL 124.62º 0.21% 0.36% -
HSV(B) 124.62º 0.35% 0.44% -
XYZ 9.85 13.53 8.93 -
YUV 96.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 73 112 76 0.35 0 0.32 0.56 124.62 0.21 0.36
Hex 49 70 4C 23 0 20 38 7D 15 24
Octal 111 160 114 43 0 40 70 175 25 44
Binary 1001001 1110000 1001100 100011 0 100000 111000 1111101 10101 100100

Color Harmonies of #49704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49704C

Black with #49704C

Text Example


Text Example

White with #49704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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