#448045

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

Shades of Killarney #448045

Tints of Killarney #448045

Color information

#448045 (or 0x448045) is unknown color: approx Killarney. HEX triplet: 44, 80 and 45. RGB value is (68,128,69). Sum of RGB (Red+Green+Blue) = 68+128+69=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #448045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448045 is #BB7FBA. Grayscale: #676767. Windows color (decimal): -12287931 or 4554820. OLE color: 4554820.

HSL color Cylindrical-coordinate representation of color #448045: hue angle of 121º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448045 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB6812869-
CMYK0.4700.460.50
HSL121º30.61%38.43%-
HSV(B)121º46.88%50.2%-
XYZ11.1817.18.34-
YUV103.33108.62102.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=25.66%
G=48.30%
B=26.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68128690.4700.460.5012130.6138.43
Hex4480452F02E32791f26
Octal10420010557056621713746
Binary10001001000000010001011011110101110110010111100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448045; }

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

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

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

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

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

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

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

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