Html Css Color HEX #497A4A Killarney

📋 copy color: '#497A4A'

red 73 ◦ green 122 ◦ blue 74

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

Shades of Killarney #497A4A

Tints of Killarney #497A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 27.14%
G = 45.35%
B = 27.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#497A4A (or 0x497A4A) is known color: Killarney. HEX triplet: 49, 7A and 4A. RGB value is (73,122,74). Sum of RGB (Red+Green+Blue) = 73+122+74=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #497A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A4A is #B685B5. Grayscale: #666666. Windows color (decimal): -11961782 or 4880969. OLE color: 4880969.

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

Color convert

RGB 73 122 74 -
CMYK 0.40 0 0.39 0.52
HSL 121.22º 0.25% 0.38% -
HSV(B) 121.22º 0.4% 0.48% -
XYZ 10.94 15.83 8.96 -
YUV 101.88 112.27 107.4 -
System Red Green Blue C M Y K H S L
Decimal 73 122 74 0.40 0 0.39 0.52 121.22 0.25 0.38
Hex 49 7A 4A 28 0 27 34 79 19 26
Octal 111 172 112 50 0 47 64 171 31 46
Binary 1001001 1111010 1001010 101000 0 100111 110100 1111001 11001 100110

Color Harmonies of #497A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A4A

Black with #497A4A

Text Example


Text Example

White with #497A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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