Html Css Color HEX #497A4C Killarney

📋 copy color: '#497A4C'

red 73 ◦ green 122 ◦ blue 76

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

Shades of Killarney #497A4C

Tints of Killarney #497A4C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.02%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 26.94%
G = 45.02%
B = 28.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#497A4C (or 0x497A4C) is known color: Killarney. HEX triplet: 49, 7A and 4C. RGB value is (73,122,76). Sum of RGB (Red+Green+Blue) = 73+122+76=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #497A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A4C is #B685B3. Grayscale: #666666. Windows color (decimal): -11961780 or 5012041. OLE color: 5012041.

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

Color convert

RGB 73 122 76 -
CMYK 0.40 0 0.38 0.52
HSL 123.67º 0.25% 0.38% -
HSV(B) 123.67º 0.4% 0.48% -
XYZ 11.01 15.86 9.32 -
YUV 102.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 73 122 76 0.40 0 0.38 0.52 123.67 0.25 0.38
Hex 49 7A 4C 28 0 26 34 7C 19 26
Octal 111 172 114 50 0 46 64 174 31 46
Binary 1001001 1111010 1001100 101000 0 100110 110100 1111100 11001 100110

Color Harmonies of #497A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A4C

Black with #497A4C

Text Example


Text Example

White with #497A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,122,76); }

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

background-color css

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

 a { background-color: rgb(73,122,76); }

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

border-color css

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

 span { border-color: rgb(73,122,76); }

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