Html Css Color HEX #496B4A Killarney

📋 copy color: '#496B4A'

red 73 ◦ green 107 ◦ blue 74

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

Shades of Killarney #496B4A

Tints of Killarney #496B4A

RGB

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

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

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

R = 28.74%
G = 42.13%
B = 29.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#496B4A (or 0x496B4A) is known color: Killarney. HEX triplet: 49, 6B and 4A. RGB value is (73,107,74). Sum of RGB (Red+Green+Blue) = 73+107+74=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #496B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B4A is #B694B5. Grayscale: #5D5D5D. Windows color (decimal): -11965622 or 4877129. OLE color: 4877129.

HSL color Cylindrical-coordinate representation of color #496B4A: hue angle of 121.76º 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 #496B4A is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 74 -
CMYK 0.32 0 0.31 0.58
HSL 121.76º 0.19% 0.35% -
HSV(B) 121.76º 0.32% 0.42% -
XYZ 9.24 12.43 8.39 -
YUV 93.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 73 107 74 0.32 0 0.31 0.58 121.76 0.19 0.35
Hex 49 6B 4A 20 0 1F 3A 7A 13 23
Octal 111 153 112 40 0 37 72 172 23 43
Binary 1001001 1101011 1001010 100000 0 11111 111010 1111010 10011 100011

Color Harmonies of #496B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B4A

Black with #496B4A

Text Example


Text Example

White with #496B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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