Html Css Color HEX #497348 Killarney

📋 copy color: '#497348'

red 73 ◦ green 115 ◦ blue 72

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

Shades of Killarney #497348

Tints of Killarney #497348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

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

R = 28.08%
G = 44.23%
B = 27.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#497348 (or 0x497348) is known color: Killarney. HEX triplet: 49, 73 and 48. RGB value is (73,115,72). Sum of RGB (Red+Green+Blue) = 73+115+72=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #497348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497348 is #B68CB7. Grayscale: #616161. Windows color (decimal): -11963576 or 4748105. OLE color: 4748105.

HSL color Cylindrical-coordinate representation of color #497348: hue angle of 118.6º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497348 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 72 -
CMYK 0.37 0 0.37 0.55
HSL 118.6º 0.23% 0.37% -
HSV(B) 118.6º 0.37% 0.45% -
XYZ 10.05 14.15 8.33 -
YUV 97.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 73 115 72 0.37 0 0.37 0.55 118.6 0.23 0.37
Hex 49 73 48 25 0 25 37 77 17 25
Octal 111 163 110 45 0 45 67 167 27 45
Binary 1001001 1110011 1001000 100101 0 100101 110111 1110111 10111 100101

Color Harmonies of #497348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497348

Black with #497348

Text Example


Text Example

White with #497348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497348; }

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

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

background-color css

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

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

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

border-color css

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

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

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