Html Css Color HEX #49794B Killarney

📋 copy color: '#49794B'

red 73 ◦ green 121 ◦ blue 75

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

Shades of Killarney #49794B

Tints of Killarney #49794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

 BLUE value IS 75 (29.69% from 255) = 27.88%

R = 27.14%
G = 44.98%
B = 27.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#49794B (or 0x49794B) is known color: Killarney. HEX triplet: 49, 79 and 4B. RGB value is (73,121,75). Sum of RGB (Red+Green+Blue) = 73+121+75=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #49794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49794B is #B686B4. Grayscale: #656565. Windows color (decimal): -11962037 or 4946249. OLE color: 4946249.

HSL color Cylindrical-coordinate representation of color #49794B: hue angle of 122.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49794B is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 75 -
CMYK 0.40 0 0.38 0.53
HSL 122.5º 0.25% 0.38% -
HSV(B) 122.5º 0.4% 0.47% -
XYZ 10.86 15.6 9.1 -
YUV 101.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 73 121 75 0.40 0 0.38 0.53 122.5 0.25 0.38
Hex 49 79 4B 28 0 26 35 7B 19 26
Octal 111 171 113 50 0 46 65 173 31 46
Binary 1001001 1111001 1001011 101000 0 100110 110101 1111011 11001 100110

Color Harmonies of #49794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49794B

Black with #49794B

Text Example


Text Example

White with #49794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49794B; }

 p { color: rgb(73,121,75); }

 H1.HeaderClassName
 {
   color: #49794B;
 }
 .AnyTagClassName
 {
   color: #49794B;
 }
</style>

background-color css

<style>
 a { background-color: #49794B; }

 a { background-color: rgb(73,121,75); }

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

border-color css

<style>
 span { border-color: #49794B; }

 span { border-color: rgb(73,121,75); }

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