Html Css Color HEX #497A55 Killarney

📋 copy color: '#497A55'

red 73 ◦ green 122 ◦ blue 85

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

Shades of Killarney #497A55

Tints of Killarney #497A55

RGB

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

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

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

R = 26.07%
G = 43.57%
B = 30.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#497A55 (or 0x497A55) is known color: Killarney. HEX triplet: 49, 7A and 55. RGB value is (73,122,85). Sum of RGB (Red+Green+Blue) = 73+122+85=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #497A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A55 is #B685AA. Grayscale: #676767. Windows color (decimal): -11961771 or 5601865. OLE color: 5601865.

HSL color Cylindrical-coordinate representation of color #497A55: hue angle of 134.69º 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 #497A55 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 85 -
CMYK 0.40 0 0.30 0.52
HSL 134.69º 0.25% 0.38% -
HSV(B) 134.69º 0.4% 0.48% -
XYZ 11.35 15.99 11.08 -
YUV 103.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 73 122 85 0.40 0 0.30 0.52 134.69 0.25 0.38
Hex 49 7A 55 28 0 1E 34 87 19 26
Octal 111 172 125 50 0 36 64 207 31 46
Binary 1001001 1111010 1010101 101000 0 11110 110100 10000111 11001 100110

Color Harmonies of #497A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A55

Black with #497A55

Text Example


Text Example

White with #497A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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