Html Css Color HEX #49814A Killarney

📋 copy color: '#49814A'

red 73 ◦ green 129 ◦ blue 74

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

Shades of Killarney #49814A

Tints of Killarney #49814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

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

R = 26.45%
G = 46.74%
B = 26.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#49814A (or 0x49814A) is known color: Killarney. HEX triplet: 49, 81 and 4A. RGB value is (73,129,74). Sum of RGB (Red+Green+Blue) = 73+129+74=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #49814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49814A is #B67EB5. Grayscale: #6A6A6A. Windows color (decimal): -11959990 or 4882761. OLE color: 4882761.

HSL color Cylindrical-coordinate representation of color #49814A: hue angle of 121.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49814A is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 74 -
CMYK 0.43 0 0.43 0.49
HSL 121.07º 0.28% 0.4% -
HSV(B) 121.07º 0.43% 0.51% -
XYZ 11.83 17.61 9.25 -
YUV 105.99 109.95 104.47 -
System Red Green Blue C M Y K H S L
Decimal 73 129 74 0.43 0 0.43 0.49 121.07 0.28 0.4
Hex 49 81 4A 2B 0 2B 31 79 1C 28
Octal 111 201 112 53 0 53 61 171 34 50
Binary 1001001 10000001 1001010 101011 0 101011 110001 1111001 11100 101000

Color Harmonies of #49814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49814A

Black with #49814A

Text Example


Text Example

White with #49814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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