Html Css Color HEX #49754F Killarney

📋 copy color: '#49754F'

red 73 ◦ green 117 ◦ blue 79

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

Shades of Killarney #49754F

Tints of Killarney #49754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 27.14%
G = 43.49%
B = 29.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#49754F (or 0x49754F) is known color: Killarney. HEX triplet: 49, 75 and 4F. RGB value is (73,117,79). Sum of RGB (Red+Green+Blue) = 73+117+79=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #49754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49754F is #B68AB0. Grayscale: #636363. Windows color (decimal): -11963057 or 5207369. OLE color: 5207369.

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

Color convert

RGB 73 117 79 -
CMYK 0.38 0 0.32 0.54
HSL 128.18º 0.23% 0.37% -
HSV(B) 128.18º 0.38% 0.46% -
XYZ 10.52 14.7 9.68 -
YUV 99.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 73 117 79 0.38 0 0.32 0.54 128.18 0.23 0.37
Hex 49 75 4F 26 0 20 36 80 17 25
Octal 111 165 117 46 0 40 66 200 27 45
Binary 1001001 1110101 1001111 100110 0 100000 110110 10000000 10111 100101

Color Harmonies of #49754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49754F

Black with #49754F

Text Example


Text Example

White with #49754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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