#448A4C

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

Shades of Killarney #448A4C

Tints of Killarney #448A4C

Color information

#448A4C (or 0x448A4C) is unknown color: approx Killarney. HEX triplet: 44, 8A and 4C. RGB value is (68,138,76). Sum of RGB (Red+Green+Blue) = 68+138+76=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #448A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448A4C is #BB75B3. Grayscale: #6E6E6E. Windows color (decimal): -12285364 or 5016132. OLE color: 5016132.

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

Color convert

RGB6813876-
CMYK0.5100.450.46
HSL126.86º33.98%40.39%-
HSV(B)126.86º50.72%54.12%-
XYZ12.7819.9310.01-
YUV110108.8198.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 138 (54.30% from 255) = 48.94%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=24.11%
G=48.94%
B=26.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138760.5100.450.46126.8633.9840.39
Hex448A4C3302D2E7f2228
Octal10421211463055561774250
Binary100010010001010100110011001101011011011101111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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