#448D4C

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

Shades of Killarney #448D4C

Tints of Killarney #448D4C

Color information

#448D4C (or 0x448D4C) is unknown color: approx Killarney. HEX triplet: 44, 8D and 4C. RGB value is (68,141,76). Sum of RGB (Red+Green+Blue) = 68+141+76=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #448D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D4C is #BB72B3. Grayscale: #6F6F6F. Windows color (decimal): -12284596 or 5016900. OLE color: 5016900.

HSL color Cylindrical-coordinate representation of color #448D4C: hue angle of 126.58º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D4C is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB6814176-
CMYK0.5200.460.45
HSL126.58º34.93%40.98%-
HSV(B)126.58º51.77%55.29%-
XYZ13.2120.810.16-
YUV111.76107.8296.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=23.86%
G=49.47%
B=26.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141760.5200.460.45126.5834.9340.98
Hex448D4C3402E2D7f2329
Octal10421511464056551774351
Binary100010010001101100110011010001011101011011111111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D4C; }

 p { color: rgb(68,141,76); }

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

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

 a { background-color: rgb(68,141,76); }

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

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

 span { border-color: rgb(68,141,76); }

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