#418250

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

Shades of Killarney #418250

Tints of Killarney #418250

Color information

#418250 (or 0x418250) is unknown color: approx Killarney. HEX triplet: 41, 82 and 50. RGB value is (65,130,80). Sum of RGB (Red+Green+Blue) = 65+130+80=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #418250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418250 is #BE7DAF. Grayscale: #696969. Windows color (decimal): -12484016 or 5276225. OLE color: 5276225.

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

Color convert

RGB6513080-
CMYK0.5000.380.49
HSL133.85º33.33%38.24%-
HSV(B)133.85º50%50.98%-
XYZ11.6117.6710.39-
YUV104.86113.9799.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=23.64%
G=47.27%
B=29.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130800.5000.380.49133.8533.3338.24
Hex4182503202631862126
Octal10120212062046612064146
Binary1000001100000101010000110010010011011000110000110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418250; }

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

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

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

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

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

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

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

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