Html Css Color HEX #49854A Killarney

📋 copy color: '#49854A'

red 73 ◦ green 133 ◦ blue 74

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

Shades of Killarney #49854A

Tints of Killarney #49854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.5%

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

R = 26.07%
G = 47.5%
B = 26.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#49854A (or 0x49854A) is known color: Killarney. HEX triplet: 49, 85 and 4A. RGB value is (73,133,74). Sum of RGB (Red+Green+Blue) = 73+133+74=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #49854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49854A is #B67AB5. Grayscale: #6C6C6C. Windows color (decimal): -11958966 or 4883785. OLE color: 4883785.

HSL color Cylindrical-coordinate representation of color #49854A: hue angle of 121º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49854A is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 74 -
CMYK 0.45 0 0.44 0.48
HSL 121º 0.29% 0.4% -
HSV(B) 121º 0.45% 0.52% -
XYZ 12.37 18.69 9.43 -
YUV 108.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 73 133 74 0.45 0 0.44 0.48 121 0.29 0.4
Hex 49 85 4A 2D 0 2C 30 79 1D 28
Octal 111 205 112 55 0 54 60 171 35 50
Binary 1001001 10000101 1001010 101101 0 101100 110000 1111001 11101 101000

Color Harmonies of #49854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49854A

Black with #49854A

Text Example


Text Example

White with #49854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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