#418240

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

Shades of Killarney #418240

Tints of Killarney #418240

Color information

#418240 (or 0x418240) is unknown color: approx Killarney. HEX triplet: 41, 82 and 40. RGB value is (65,130,64). Sum of RGB (Red+Green+Blue) = 65+130+64=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #418240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418240 is #BE7DBF. Grayscale: #676767. Windows color (decimal): -12484032 or 4227649. OLE color: 4227649.

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

Color convert

RGB6513064-
CMYK0.5000.510.49
HSL119.09º34.02%38.04%-
HSV(B)119.09º50.77%50.98%-
XYZ11.0917.467.64-
YUV103.04105.97100.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=25.10%
G=50.19%
B=24.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130640.5000.510.49119.0934.0238.04
Hex4182403203331772226
Octal10120210062063611674246
Binary100000110000010100000011001001100111100011110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418240; }

 p { color: rgb(65,130,64); }

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

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

 a { background-color: rgb(65,130,64); }

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

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

 span { border-color: rgb(65,130,64); }

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