Html Css Color HEX #49754A Killarney

📋 copy color: '#49754A'

red 73 ◦ green 117 ◦ blue 74

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

Shades of Killarney #49754A

Tints of Killarney #49754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

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

R = 27.65%
G = 44.32%
B = 28.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#49754A (or 0x49754A) is known color: Killarney. HEX triplet: 49, 75 and 4A. RGB value is (73,117,74). Sum of RGB (Red+Green+Blue) = 73+117+74=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #49754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49754A is #B68AB5. Grayscale: #636363. Windows color (decimal): -11963062 or 4879689. OLE color: 4879689.

HSL color Cylindrical-coordinate representation of color #49754A: hue angle of 121.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49754A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 74 -
CMYK 0.38 0 0.37 0.54
HSL 121.36º 0.23% 0.37% -
HSV(B) 121.36º 0.38% 0.46% -
XYZ 10.34 14.63 8.76 -
YUV 98.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 73 117 74 0.38 0 0.37 0.54 121.36 0.23 0.37
Hex 49 75 4A 26 0 25 36 79 17 25
Octal 111 165 112 46 0 45 66 171 27 45
Binary 1001001 1110101 1001010 100110 0 100101 110110 1111001 10111 100101

Color Harmonies of #49754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49754A

Black with #49754A

Text Example


Text Example

White with #49754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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