Html Css Color HEX #49744D Killarney

📋 copy color: '#49744D'

red 73 ◦ green 116 ◦ blue 77

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

Shades of Killarney #49744D

Tints of Killarney #49744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 27.44%
G = 43.61%
B = 28.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#49744D (or 0x49744D) is known color: Killarney. HEX triplet: 49, 74 and 4D. RGB value is (73,116,77). Sum of RGB (Red+Green+Blue) = 73+116+77=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #49744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49744D is #B68BB2. Grayscale: #626262. Windows color (decimal): -11963315 or 5076041. OLE color: 5076041.

HSL color Cylindrical-coordinate representation of color #49744D: hue angle of 125.58º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49744D is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 77 -
CMYK 0.37 0 0.34 0.55
HSL 125.58º 0.23% 0.37% -
HSV(B) 125.58º 0.37% 0.45% -
XYZ 10.33 14.44 9.26 -
YUV 98.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 73 116 77 0.37 0 0.34 0.55 125.58 0.23 0.37
Hex 49 74 4D 25 0 22 37 7E 17 25
Octal 111 164 115 45 0 42 67 176 27 45
Binary 1001001 1110100 1001101 100101 0 100010 110111 1111110 10111 100101

Color Harmonies of #49744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49744D

Black with #49744D

Text Example


Text Example

White with #49744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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