#448B4E

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

Shades of Killarney #448B4E

Tints of Killarney #448B4E

Color information

#448B4E (or 0x448B4E) is unknown color: approx Killarney. HEX triplet: 44, 8B and 4E. RGB value is (68,139,78). Sum of RGB (Red+Green+Blue) = 68+139+78=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #448B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B4E is #BB74B1. Grayscale: #6E6E6E. Windows color (decimal): -12285106 or 5147460. OLE color: 5147460.

HSL color Cylindrical-coordinate representation of color #448B4E: hue angle of 128.45º degrees, saturation: 0.34, 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 #448B4E is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB6813978-
CMYK0.5100.440.45
HSL128.45º34.3%40.59%-
HSV(B)128.45º51.08%54.51%-
XYZ12.9920.2410.43-
YUV110.82109.4897.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=23.86%
G=48.77%
B=27.37%

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
Decimal68139780.5100.440.45128.4534.340.59
Hex448B4E3302C2D802229
Octal10421311663054552004251
Binary1000100100010111001110110011010110010110110000000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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