#418B49

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

Shades of Killarney #418B49

Tints of Killarney #418B49

Color information

#418B49 (or 0x418B49) is unknown color: approx Killarney. HEX triplet: 41, 8B and 49. RGB value is (65,139,73). Sum of RGB (Red+Green+Blue) = 65+139+73=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #418B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B49 is #BE74B6. Grayscale: #6D6D6D. Windows color (decimal): -12481719 or 4819777. OLE color: 4819777.

HSL color Cylindrical-coordinate representation of color #418B49: hue angle of 126.49º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B49 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB6513973-
CMYK0.5300.470.45
HSL126.49º36.27%40%-
HSV(B)126.49º53.24%54.51%-
XYZ12.6220.079.51-
YUV109.35107.4896.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=23.47%
G=50.18%
B=26.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139730.5300.470.45126.4936.2740
Hex418B493502F2D7e2428
Octal10121311165057551764450
Binary100000110001011100100111010101011111011011111110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418B49; }

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

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

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

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

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

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

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

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