Html Css Color HEX #49704D Killarney

📋 copy color: '#49704D'

red 73 ◦ green 112 ◦ blue 77

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

Shades of Killarney #49704D

Tints of Killarney #49704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 27.86%
G = 42.75%
B = 29.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#49704D (or 0x49704D) is known color: Killarney. HEX triplet: 49, 70 and 4D. RGB value is (73,112,77). Sum of RGB (Red+Green+Blue) = 73+112+77=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #49704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49704D is #B68FB2. Grayscale: #606060. Windows color (decimal): -11964339 or 5075017. OLE color: 5075017.

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

Color convert

RGB 73 112 77 -
CMYK 0.35 0 0.31 0.56
HSL 126.15º 0.21% 0.36% -
HSV(B) 126.15º 0.35% 0.44% -
XYZ 9.88 13.54 9.11 -
YUV 96.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 73 112 77 0.35 0 0.31 0.56 126.15 0.21 0.36
Hex 49 70 4D 23 0 1F 38 7E 15 24
Octal 111 160 115 43 0 37 70 176 25 44
Binary 1001001 1110000 1001101 100011 0 11111 111000 1111110 10101 100100

Color Harmonies of #49704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49704D

Black with #49704D

Text Example


Text Example

White with #49704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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