#448B45

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

Shades of Killarney #448B45

Tints of Killarney #448B45

Color information

#448B45 (or 0x448B45) is unknown color: approx Killarney. HEX triplet: 44, 8B and 45. RGB value is (68,139,69). Sum of RGB (Red+Green+Blue) = 68+139+69=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #448B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448B45 is #BB74BA. Grayscale: #6E6E6E. Windows color (decimal): -12285115 or 4557636. OLE color: 4557636.

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

Color convert

RGB6813969-
CMYK0.5100.500.45
HSL120.85º34.3%40.59%-
HSV(B)120.85º51.08%54.51%-
XYZ12.6920.128.85-
YUV109.79104.9898.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 139 (54.69% from 255) = 50.36%
BLUE value IS 69 (27.34% from 255) = 25%
R=24.64%
G=50.36%
B=25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139690.5100.500.45120.8534.340.59
Hex448B45330322D792229
Octal10421310563062551714251
Binary100010010001011100010111001101100101011011111001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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