#448A4E

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

Shades of Killarney #448A4E

Tints of Killarney #448A4E

Color information

#448A4E (or 0x448A4E) is unknown color: approx Killarney. HEX triplet: 44, 8A and 4E. RGB value is (68,138,78). Sum of RGB (Red+Green+Blue) = 68+138+78=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #448A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A4E is #BB75B1. Grayscale: #6E6E6E. Windows color (decimal): -12285362 or 5147204. OLE color: 5147204.

HSL color Cylindrical-coordinate representation of color #448A4E: hue angle of 128.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A4E is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB6813878-
CMYK0.5100.430.46
HSL128.57º33.98%40.39%-
HSV(B)128.57º50.72%54.12%-
XYZ12.8519.9610.38-
YUV110.23109.8197.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.94%
GREEN value IS 138 (54.30% from 255) = 48.59%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=23.94%
G=48.59%
B=27.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138780.5100.430.46128.5733.9840.39
Hex448A4E3302B2E812228
Octal10421211663053562014250
Binary1000100100010101001110110011010101110111010000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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