Html Css Color HEX #496A4B Killarney

📋 copy color: '#496A4B'

red 73 ◦ green 106 ◦ blue 75

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

Shades of Killarney #496A4B

Tints of Killarney #496A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.73%

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

R = 28.74%
G = 41.73%
B = 29.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#496A4B (or 0x496A4B) is known color: Killarney. HEX triplet: 49, 6A and 4B. RGB value is (73,106,75). Sum of RGB (Red+Green+Blue) = 73+106+75=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #496A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A4B is #B695B4. Grayscale: #5C5C5C. Windows color (decimal): -11965877 or 4942409. OLE color: 4942409.

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

Color convert

RGB 73 106 75 -
CMYK 0.31 0 0.29 0.58
HSL 123.64º 0.18% 0.35% -
HSV(B) 123.64º 0.31% 0.42% -
XYZ 9.17 12.23 8.53 -
YUV 92.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 73 106 75 0.31 0 0.29 0.58 123.64 0.18 0.35
Hex 49 6A 4B 1F 0 1D 3A 7C 12 23
Octal 111 152 113 37 0 35 72 174 22 43
Binary 1001001 1101010 1001011 11111 0 11101 111010 1111100 10010 100011

Color Harmonies of #496A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A4B

Black with #496A4B

Text Example


Text Example

White with #496A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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