#418248

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

Shades of Killarney #418248

Tints of Killarney #418248

Color information

#418248 (or 0x418248) is unknown color: approx Killarney. HEX triplet: 41, 82 and 48. RGB value is (65,130,72). Sum of RGB (Red+Green+Blue) = 65+130+72=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #418248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418248 is #BE7DB7. Grayscale: #686868. Windows color (decimal): -12484024 or 4751937. OLE color: 4751937.

HSL color Cylindrical-coordinate representation of color #418248: hue angle of 126.46º 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 #418248 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB6513072-
CMYK0.5000.450.49
HSL126.46º33.33%38.24%-
HSV(B)126.46º50%50.98%-
XYZ11.3317.568.92-
YUV103.95109.97100.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=24.34%
G=48.69%
B=26.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130720.5000.450.49126.4633.3338.24
Hex4182483202D317e2126
Octal10120211062055611764146
Binary100000110000010100100011001001011011100011111110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418248; }

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

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

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

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

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

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

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

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