#448046

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

Shades of Killarney #448046

Tints of Killarney #448046

Color information

#448046 (or 0x448046) is unknown color: approx Killarney. HEX triplet: 44, 80 and 46. RGB value is (68,128,70). Sum of RGB (Red+Green+Blue) = 68+128+70=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #448046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448046 is #BB7FB9. Grayscale: #676767. Windows color (decimal): -12287930 or 4620356. OLE color: 4620356.

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

Color convert

RGB6812870-
CMYK0.4700.450.50
HSL122º30.61%38.43%-
HSV(B)122º46.88%50.2%-
XYZ11.2117.118.51-
YUV103.45109.12102.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=25.56%
G=48.12%
B=26.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68128700.4700.450.5012230.6138.43
Hex4480462F02D327a1f26
Octal10420010657055621723746
Binary10001001000000010001101011110101101110010111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448046; }

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

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

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

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

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

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

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

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