Html Css Color HEX #497955 Killarney

📋 copy color: '#497955'

red 73 ◦ green 121 ◦ blue 85

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

Shades of Killarney #497955

Tints of Killarney #497955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.37%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 26.16%
G = 43.37%
B = 30.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#497955 (or 0x497955) is known color: Killarney. HEX triplet: 49, 79 and 55. RGB value is (73,121,85). Sum of RGB (Red+Green+Blue) = 73+121+85=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #497955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497955 is #B686AA. Grayscale: #666666. Windows color (decimal): -11962027 or 5601609. OLE color: 5601609.

HSL color Cylindrical-coordinate representation of color #497955: hue angle of 135º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497955 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 121 85 -
CMYK 0.40 0 0.30 0.53
HSL 135º 0.25% 0.38% -
HSV(B) 135º 0.4% 0.47% -
XYZ 11.22 15.75 11.04 -
YUV 102.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 73 121 85 0.40 0 0.30 0.53 135 0.25 0.38
Hex 49 79 55 28 0 1E 35 87 19 26
Octal 111 171 125 50 0 36 65 207 31 46
Binary 1001001 1111001 1010101 101000 0 11110 110101 10000111 11001 100110

Color Harmonies of #497955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497955

Black with #497955

Text Example


Text Example

White with #497955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497955; }

 p { color: rgb(73,121,85); }

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

background-color css

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

 a { background-color: rgb(73,121,85); }

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

border-color css

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

 span { border-color: rgb(73,121,85); }

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