#448246

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

Shades of Killarney #448246

Tints of Killarney #448246

Color information

#448246 (or 0x448246) is unknown color: approx Killarney. HEX triplet: 44, 82 and 46. RGB value is (68,130,70). Sum of RGB (Red+Green+Blue) = 68+130+70=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #448246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448246 is #BB7DB9. Grayscale: #686868. Windows color (decimal): -12287418 or 4620868. OLE color: 4620868.

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

Color convert

RGB6813070-
CMYK0.4800.460.49
HSL121.94º31.31%38.82%-
HSV(B)121.94º47.69%50.98%-
XYZ11.4717.648.59-
YUV104.62108.46101.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=25.37%
G=48.51%
B=26.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130700.4800.460.49121.9431.3138.82
Hex4482463002E317a1f27
Octal10420210660056611723747
Binary10001001000001010001101100000101110110001111101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448246; }

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

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

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

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

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

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

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

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