#498250

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

Shades of Killarney #498250

Tints of Killarney #498250

Color information

#498250 (or 0x498250) is unknown color: approx Killarney. HEX triplet: 49, 82 and 50. RGB value is (73,130,80). Sum of RGB (Red+Green+Blue) = 73+130+80=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #498250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498250 is #B67DAF. Grayscale: #6B6B6B. Windows color (decimal): -11959728 or 5276233. OLE color: 5276233.

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

Color convert

RGB7313080-
CMYK0.4400.380.49
HSL127.37º28.08%39.8%-
HSV(B)127.37º43.85%50.98%-
XYZ12.1817.9610.41-
YUV107.26112.62103.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=25.80%
G=45.94%
B=28.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130800.4400.380.49127.3728.0839.8
Hex4982502C026317f1c28
Octal11120212054046611773450
Binary10010011000001010100001011000100110110001111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498250; }

 p { color: rgb(73,130,80); }

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

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

 a { background-color: rgb(73,130,80); }

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

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

 span { border-color: rgb(73,130,80); }

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