#498B4B

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

Shades of Killarney #498B4B

Tints of Killarney #498B4B

Color information

#498B4B (or 0x498B4B) is unknown color: approx Killarney. HEX triplet: 49, 8B and 4B. RGB value is (73,139,75). Sum of RGB (Red+Green+Blue) = 73+139+75=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #498B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B4B is #B674B4. Grayscale: #707070. Windows color (decimal): -11957429 or 4950857. OLE color: 4950857.

HSL color Cylindrical-coordinate representation of color #498B4B: hue angle of 121.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498B4B is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB7313975-
CMYK0.4700.460.45
HSL121.82º31.13%41.57%-
HSV(B)121.82º47.48%54.51%-
XYZ13.2520.399.89-
YUV111.97107.13100.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 139 (54.69% from 255) = 48.43%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=25.44%
G=48.43%
B=26.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73139750.4700.460.45121.8231.1341.57
Hex498B4B2F02E2D7a1f2a
Octal11121311357056551723752
Binary10010011000101110010111011110101110101101111101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498B4B; }

 p { color: rgb(73,139,75); }

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

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

 a { background-color: rgb(73,139,75); }

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

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

 span { border-color: rgb(73,139,75); }

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