Html Css Color HEX #49754E Killarney

📋 copy color: '#49754E'

red 73 ◦ green 117 ◦ blue 78

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

Shades of Killarney #49754E

Tints of Killarney #49754E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 27.24%
G = 43.66%
B = 29.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#49754E (or 0x49754E) is known color: Killarney. HEX triplet: 49, 75 and 4E. RGB value is (73,117,78). Sum of RGB (Red+Green+Blue) = 73+117+78=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #49754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49754E is #B68AB1. Grayscale: #636363. Windows color (decimal): -11963058 or 5141833. OLE color: 5141833.

HSL color Cylindrical-coordinate representation of color #49754E: hue angle of 126.82º 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 #49754E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 117 78 -
CMYK 0.38 0 0.33 0.54
HSL 126.82º 0.23% 0.37% -
HSV(B) 126.82º 0.38% 0.46% -
XYZ 10.48 14.69 9.49 -
YUV 99.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 73 117 78 0.38 0 0.33 0.54 126.82 0.23 0.37
Hex 49 75 4E 26 0 21 36 7F 17 25
Octal 111 165 116 46 0 41 66 177 27 45
Binary 1001001 1110101 1001110 100110 0 100001 110110 1111111 10111 100101

Color Harmonies of #49754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49754E

Black with #49754E

Text Example


Text Example

White with #49754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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