Html Css Color HEX #496B4D Killarney

📋 copy color: '#496B4D'

red 73 ◦ green 107 ◦ blue 77

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

Shades of Killarney #496B4D

Tints of Killarney #496B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.63%

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 28.4%
G = 41.63%
B = 29.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#496B4D (or 0x496B4D) is known color: Killarney. HEX triplet: 49, 6B and 4D. RGB value is (73,107,77). Sum of RGB (Red+Green+Blue) = 73+107+77=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #496B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B4D is #B694B2. Grayscale: #5D5D5D. Windows color (decimal): -11965619 or 5073737. OLE color: 5073737.

HSL color Cylindrical-coordinate representation of color #496B4D: hue angle of 127.06º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B4D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 77 -
CMYK 0.32 0 0.28 0.58
HSL 127.06º 0.19% 0.35% -
HSV(B) 127.06º 0.32% 0.42% -
XYZ 9.34 12.47 8.94 -
YUV 93.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 73 107 77 0.32 0 0.28 0.58 127.06 0.19 0.35
Hex 49 6B 4D 20 0 1C 3A 7F 13 23
Octal 111 153 115 40 0 34 72 177 23 43
Binary 1001001 1101011 1001101 100000 0 11100 111010 1111111 10011 100011

Color Harmonies of #496B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B4D

Black with #496B4D

Text Example


Text Example

White with #496B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B4D; }

 p { color: rgb(73,107,77); }

 H1.HeaderClassName
 {
   color: #496B4D;
 }
 .AnyTagClassName
 {
   color: #496B4D;
 }
</style>

background-color css

<style>
 a { background-color: #496B4D; }

 a { background-color: rgb(73,107,77); }

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

border-color css

<style>
 span { border-color: #496B4D; }

 span { border-color: rgb(73,107,77); }

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