#448C4E

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

Shades of Killarney #448C4E

Tints of Killarney #448C4E

Color information

#448C4E (or 0x448C4E) is unknown color: approx Killarney. HEX triplet: 44, 8C and 4E. RGB value is (68,140,78). Sum of RGB (Red+Green+Blue) = 68+140+78=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #448C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448C4E is #BB73B1. Grayscale: #6F6F6F. Windows color (decimal): -12284850 or 5147716. OLE color: 5147716.

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

Color convert

RGB6814078-
CMYK0.5100.440.45
HSL128.33º34.62%40.78%-
HSV(B)128.33º51.43%54.9%-
XYZ13.1420.5410.48-
YUV111.4109.1597.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 140 (55.08% from 255) = 48.95%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=23.78%
G=48.95%
B=27.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68140780.5100.440.45128.3334.6240.78
Hex448C4E3302C2D802329
Octal10421411663054552004351
Binary1000100100011001001110110011010110010110110000000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,140,78); }

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

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

 a { background-color: rgb(68,140,78); }

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

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

 span { border-color: rgb(68,140,78); }

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