#448047

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

Shades of Killarney #448047

Tints of Killarney #448047

Color information

#448047 (or 0x448047) is unknown color: approx Killarney. HEX triplet: 44, 80 and 47. RGB value is (68,128,71). Sum of RGB (Red+Green+Blue) = 68+128+71=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #448047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448047 is #BB7FB8. Grayscale: #676767. Windows color (decimal): -12287929 or 4685892. OLE color: 4685892.

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

Color convert

RGB6812871-
CMYK0.4700.450.50
HSL123º30.61%38.43%-
HSV(B)123º46.88%50.2%-
XYZ11.2417.128.67-
YUV103.56109.62102.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=25.47%
G=47.94%
B=26.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68128710.4700.450.5012330.6138.43
Hex4480472F02D327b1f26
Octal10420010757055621733746
Binary10001001000000010001111011110101101110010111101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448047; }

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

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

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

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

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

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

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

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