Html Css Color HEX #496F51 Killarney

📋 copy color: '#496F51'

red 73 ◦ green 111 ◦ blue 81

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

Shades of Killarney #496F51

Tints of Killarney #496F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.57%

R = 27.55%
G = 41.89%
B = 30.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#496F51 (or 0x496F51) is known color: Killarney. HEX triplet: 49, 6F and 51. RGB value is (73,111,81). Sum of RGB (Red+Green+Blue) = 73+111+81=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #496F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F51 is #B690AE. Grayscale: #606060. Windows color (decimal): -11964591 or 5336905. OLE color: 5336905.

HSL color Cylindrical-coordinate representation of color #496F51: hue angle of 132.63º 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 #496F51 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 81 -
CMYK 0.34 0 0.27 0.56
HSL 132.63º 0.21% 0.36% -
HSV(B) 132.63º 0.34% 0.44% -
XYZ 9.92 13.38 9.84 -
YUV 96.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 73 111 81 0.34 0 0.27 0.56 132.63 0.21 0.36
Hex 49 6F 51 22 0 1B 38 85 15 24
Octal 111 157 121 42 0 33 70 205 25 44
Binary 1001001 1101111 1010001 100010 0 11011 111000 10000101 10101 100100

Color Harmonies of #496F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F51

Black with #496F51

Text Example


Text Example

White with #496F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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