Html Css Color HEX #496F4E Killarney

📋 copy color: '#496F4E'

red 73 ◦ green 111 ◦ blue 78

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

Shades of Killarney #496F4E

Tints of Killarney #496F4E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

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

R = 27.86%
G = 42.37%
B = 29.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#496F4E (or 0x496F4E) is known color: Killarney. HEX triplet: 49, 6F and 4E. RGB value is (73,111,78). Sum of RGB (Red+Green+Blue) = 73+111+78=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #496F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F4E is #B690B1. Grayscale: #5F5F5F. Windows color (decimal): -11964594 or 5140297. OLE color: 5140297.

HSL color Cylindrical-coordinate representation of color #496F4E: hue angle of 127.89º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F4E is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 78 -
CMYK 0.34 0 0.30 0.56
HSL 127.89º 0.21% 0.36% -
HSV(B) 127.89º 0.34% 0.44% -
XYZ 9.81 13.34 9.26 -
YUV 95.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 73 111 78 0.34 0 0.30 0.56 127.89 0.21 0.36
Hex 49 6F 4E 22 0 1E 38 80 15 24
Octal 111 157 116 42 0 36 70 200 25 44
Binary 1001001 1101111 1001110 100010 0 11110 111000 10000000 10101 100100

Color Harmonies of #496F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F4E

Black with #496F4E

Text Example


Text Example

White with #496F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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