#418A42

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

Shades of Killarney #418A42

Tints of Killarney #418A42

Color information

#418A42 (or 0x418A42) is unknown color: approx Killarney. HEX triplet: 41, 8A and 42. RGB value is (65,138,66). Sum of RGB (Red+Green+Blue) = 65+138+66=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #418A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418A42 is #BE75BD. Grayscale: #6C6C6C. Windows color (decimal): -12481982 or 4360769. OLE color: 4360769.

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

Color convert

RGB6513866-
CMYK0.5300.520.46
HSL120.82º35.96%39.8%-
HSV(B)120.82º52.9%54.12%-
XYZ12.2519.698.31-
YUV107.96104.3297.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 138 (54.30% from 255) = 51.30%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=24.16%
G=51.30%
B=24.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65138660.5300.520.46120.8235.9639.8
Hex418A42350342E792428
Octal10121210265064561714450
Binary100000110001010100001011010101101001011101111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,138,66); }

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

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

 a { background-color: rgb(65,138,66); }

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

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

 span { border-color: rgb(65,138,66); }

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