Html Css Color HEX #497448 Killarney

📋 copy color: '#497448'

red 73 ◦ green 116 ◦ blue 72

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

Shades of Killarney #497448

Tints of Killarney #497448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.44%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 27.97%
G = 44.44%
B = 27.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#497448 (or 0x497448) is known color: Killarney. HEX triplet: 49, 74 and 48. RGB value is (73,116,72). Sum of RGB (Red+Green+Blue) = 73+116+72=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #497448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497448 is #B68BB7. Grayscale: #626262. Windows color (decimal): -11963320 or 4748361. OLE color: 4748361.

HSL color Cylindrical-coordinate representation of color #497448: hue angle of 118.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497448 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 72 -
CMYK 0.37 0 0.38 0.55
HSL 118.64º 0.23% 0.37% -
HSV(B) 118.64º 0.38% 0.45% -
XYZ 10.16 14.38 8.37 -
YUV 98.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 73 116 72 0.37 0 0.38 0.55 118.64 0.23 0.37
Hex 49 74 48 25 0 26 37 77 17 25
Octal 111 164 110 45 0 46 67 167 27 45
Binary 1001001 1110100 1001000 100101 0 100110 110111 1110111 10111 100101

Color Harmonies of #497448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497448

Black with #497448

Text Example


Text Example

White with #497448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497448; }

 p { color: rgb(73,116,72); }

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

background-color css

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

 a { background-color: rgb(73,116,72); }

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

border-color css

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

 span { border-color: rgb(73,116,72); }

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