#418042

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

Shades of Killarney #418042

Tints of Killarney #418042

Color information

#418042 (or 0x418042) is unknown color: approx Killarney. HEX triplet: 41, 80 and 42. RGB value is (65,128,66). Sum of RGB (Red+Green+Blue) = 65+128+66=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #418042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418042 is #BE7FBD. Grayscale: #666666. Windows color (decimal): -12484542 or 4358209. OLE color: 4358209.

HSL color Cylindrical-coordinate representation of color #418042: hue angle of 120.95º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418042 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB6512866-
CMYK0.4900.480.50
HSL120.95º32.64%37.84%-
HSV(B)120.95º49.22%50.2%-
XYZ10.8816.967.85-
YUV102.1107.63101.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=25.10%
G=49.42%
B=25.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128660.4900.480.50120.9532.6437.84
Hex4180423103032792126
Octal10120010261060621714146
Binary100000110000000100001011000101100001100101111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418042; }

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

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

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

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

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

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

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

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