Html Css Color HEX #49824A Killarney

📋 copy color: '#49824A'

red 73 ◦ green 130 ◦ blue 74

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

Shades of Killarney #49824A

Tints of Killarney #49824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

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

R = 26.35%
G = 46.93%
B = 26.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#49824A (or 0x49824A) is known color: Killarney. HEX triplet: 49, 82 and 4A. RGB value is (73,130,74). Sum of RGB (Red+Green+Blue) = 73+130+74=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #49824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49824A is #B67DB5. Grayscale: #6A6A6A. Windows color (decimal): -11959734 or 4883017. OLE color: 4883017.

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

Color convert

RGB 73 130 74 -
CMYK 0.44 0 0.43 0.49
HSL 121.05º 0.28% 0.4% -
HSV(B) 121.05º 0.44% 0.51% -
XYZ 11.97 17.88 9.3 -
YUV 106.57 109.62 104.05 -
System Red Green Blue C M Y K H S L
Decimal 73 130 74 0.44 0 0.43 0.49 121.05 0.28 0.4
Hex 49 82 4A 2C 0 2B 31 79 1C 28
Octal 111 202 112 54 0 53 61 171 34 50
Binary 1001001 10000010 1001010 101100 0 101011 110001 1111001 11100 101000

Color Harmonies of #49824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49824A

Black with #49824A

Text Example


Text Example

White with #49824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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