#418B4F

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

Shades of Killarney #418B4F

Tints of Killarney #418B4F

Color information

#418B4F (or 0x418B4F) is unknown color: approx Killarney. HEX triplet: 41, 8B and 4F. RGB value is (65,139,79). Sum of RGB (Red+Green+Blue) = 65+139+79=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #418B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B4F is #BE74B0. Grayscale: #6E6E6E. Windows color (decimal): -12481713 or 5212993. OLE color: 5212993.

HSL color Cylindrical-coordinate representation of color #418B4F: hue angle of 131.35º 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 #418B4F is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB6513979-
CMYK0.5300.430.45
HSL131.35º36.27%40%-
HSV(B)131.35º53.24%54.51%-
XYZ12.8220.1510.61-
YUV110.03110.4895.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=22.97%
G=49.12%
B=27.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139790.5300.430.45131.3536.2740
Hex418B4F3502B2D832428
Octal10121311765053552034450
Binary1000001100010111001111110101010101110110110000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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