#498348

Color #498348 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #498348

Tints of Killarney #498348

Color information

#498348 (or 0x498348) is unknown color: approx Killarney. HEX triplet: 49, 83 and 48. RGB value is (73,131,72). Sum of RGB (Red+Green+Blue) = 73+131+72=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #498348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498348 is #B67CB7. Grayscale: #6B6B6B. Windows color (decimal): -11959480 or 4752201. OLE color: 4752201.

HSL color Cylindrical-coordinate representation of color #498348: hue angle of 118.98º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498348 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB7313172-
CMYK0.4400.450.49
HSL118.98º29.06%39.8%-
HSV(B)118.98º45.04%51.37%-
XYZ12.0318.128.99-
YUV106.93108.28103.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 131 (51.56% from 255) = 47.46%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=26.45%
G=47.46%
B=26.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73131720.4400.450.49118.9829.0639.8
Hex4983482C02D31771d28
Octal11120311054055611673550
Binary10010011000001110010001011000101101110001111011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498348; }

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

 H1.HeaderClassName
 {
   color: #498348;
 }
 .AnyTagClassName
 {
   color: #498348;
 }
</style>
background-color css

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

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

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

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

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

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