Html Css Color HEX #497C48 Killarney

📋 copy color: '#497C48'

red 73 ◦ green 124 ◦ blue 72

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

Shades of Killarney #497C48

Tints of Killarney #497C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.1%

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

R = 27.14%
G = 46.1%
B = 26.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#497C48 (or 0x497C48) is known color: Killarney. HEX triplet: 49, 7C and 48. RGB value is (73,124,72). Sum of RGB (Red+Green+Blue) = 73+124+72=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #497C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C48 is #B683B7. Grayscale: #666666. Windows color (decimal): -11961272 or 4750409. OLE color: 4750409.

HSL color Cylindrical-coordinate representation of color #497C48: hue angle of 118.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497C48 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 124 72 -
CMYK 0.41 0 0.42 0.51
HSL 118.85º 0.27% 0.38% -
HSV(B) 118.85º 0.42% 0.49% -
XYZ 11.13 16.3 8.69 -
YUV 102.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 73 124 72 0.41 0 0.42 0.51 118.85 0.27 0.38
Hex 49 7C 48 29 0 2A 33 77 1B 26
Octal 111 174 110 51 0 52 63 167 33 46
Binary 1001001 1111100 1001000 101001 0 101010 110011 1110111 11011 100110

Color Harmonies of #497C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C48

Black with #497C48

Text Example


Text Example

White with #497C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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