#498148

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

Shades of Killarney #498148

Tints of Killarney #498148

Color information

#498148 (or 0x498148) is unknown color: approx Killarney. HEX triplet: 49, 81 and 48. RGB value is (73,129,72). Sum of RGB (Red+Green+Blue) = 73+129+72=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #498148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498148 is #B67EB7. Grayscale: #696969. Windows color (decimal): -11959992 or 4751689. OLE color: 4751689.

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

Color convert

RGB7312972-
CMYK0.4300.440.49
HSL118.95º28.36%39.41%-
HSV(B)118.95º44.19%50.59%-
XYZ11.7717.588.9-
YUV105.76108.95104.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=26.64%
G=47.08%
B=26.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129720.4300.440.49118.9528.3639.41
Hex4981482B02C31771c27
Octal11120111053054611673447
Binary10010011000000110010001010110101100110001111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498148; }

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

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

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

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

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

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

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

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