Html Css Color HEX #497048 Killarney

📋 copy color: '#497048'

red 73 ◦ green 112 ◦ blue 72

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

Shades of Killarney #497048

Tints of Killarney #497048

RGB

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

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

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

R = 28.4%
G = 43.58%
B = 28.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#497048 (or 0x497048) is known color: Killarney. HEX triplet: 49, 70 and 48. RGB value is (73,112,72). Sum of RGB (Red+Green+Blue) = 73+112+72=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #497048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497048 is #B68FB7. Grayscale: #5F5F5F. Windows color (decimal): -11964344 or 4747337. OLE color: 4747337.

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

Color convert

RGB 73 112 72 -
CMYK 0.35 0 0.36 0.56
HSL 118.5º 0.22% 0.36% -
HSV(B) 118.5º 0.36% 0.44% -
XYZ 9.71 13.47 8.22 -
YUV 95.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 73 112 72 0.35 0 0.36 0.56 118.5 0.22 0.36
Hex 49 70 48 23 0 24 38 76 16 24
Octal 111 160 110 43 0 44 70 166 26 44
Binary 1001001 1110000 1001000 100011 0 100100 111000 1110110 10110 100100

Color Harmonies of #497048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497048

Black with #497048

Text Example


Text Example

White with #497048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497048; }

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

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

background-color css

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

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

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

border-color css

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

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

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