#468248

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

Shades of Killarney #468248

Tints of Killarney #468248

Color information

#468248 (or 0x468248) is unknown color: approx Killarney. HEX triplet: 46, 82 and 48. RGB value is (70,130,72). Sum of RGB (Red+Green+Blue) = 70+130+72=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #468248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468248 is #B97DB7. Grayscale: #696969. Windows color (decimal): -12156344 or 4751942. OLE color: 4751942.

HSL color Cylindrical-coordinate representation of color #468248: hue angle of 122º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468248 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB7013072-
CMYK0.4600.450.49
HSL122º30%39.22%-
HSV(B)122º46.15%50.98%-
XYZ11.6817.748.94-
YUV105.45109.12102.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=25.74%
G=47.79%
B=26.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130720.4600.450.491223039.22
Hex4682482E02D317a1e27
Octal10620211056055611723647
Binary10001101000001010010001011100101101110001111101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468248; }

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

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

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

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

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

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

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

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