Html Css Color HEX #497047 Killarney

📋 copy color: '#497047'

red 73 ◦ green 112 ◦ blue 71

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

Shades of Killarney #497047

Tints of Killarney #497047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 28.52%
G = 43.75%
B = 27.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#497047 (or 0x497047) is known color: Killarney. HEX triplet: 49, 70 and 47. RGB value is (73,112,71). Sum of RGB (Red+Green+Blue) = 73+112+71=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #497047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497047 is #B68FB8. Grayscale: #5F5F5F. Windows color (decimal): -11964345 or 4681801. OLE color: 4681801.

HSL color Cylindrical-coordinate representation of color #497047: hue angle of 117.07º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497047 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 71 -
CMYK 0.35 0 0.37 0.56
HSL 117.07º 0.22% 0.36% -
HSV(B) 117.07º 0.37% 0.44% -
XYZ 9.68 13.46 8.05 -
YUV 95.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 73 112 71 0.35 0 0.37 0.56 117.07 0.22 0.36
Hex 49 70 47 23 0 25 38 75 16 24
Octal 111 160 107 43 0 45 70 165 26 44
Binary 1001001 1110000 1000111 100011 0 100101 111000 1110101 10110 100100

Color Harmonies of #497047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497047

Black with #497047

Text Example


Text Example

White with #497047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497047; }

 p { color: rgb(73,112,71); }

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

background-color css

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

 a { background-color: rgb(73,112,71); }

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

border-color css

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

 span { border-color: rgb(73,112,71); }

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