#448149

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

Shades of Killarney #448149

Tints of Killarney #448149

Color information

#448149 (or 0x448149) is unknown color: approx Killarney. HEX triplet: 44, 81 and 49. RGB value is (68,129,73). Sum of RGB (Red+Green+Blue) = 68+129+73=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #448149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448149 is #BB7EB6. Grayscale: #686868. Windows color (decimal): -12287671 or 4817220. OLE color: 4817220.

HSL color Cylindrical-coordinate representation of color #448149: hue angle of 124.92º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448149 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB6812973-
CMYK0.4700.430.49
HSL124.92º30.96%38.63%-
HSV(B)124.92º47.29%50.59%-
XYZ11.4417.419.06-
YUV104.38110.29102.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 129 (50.78% from 255) = 47.78%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=25.19%
G=47.78%
B=27.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129730.4700.430.49124.9230.9638.63
Hex4481492F02B317d1f27
Octal10420111157053611753747
Binary10001001000000110010011011110101011110001111110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448149; }

 p { color: rgb(68,129,73); }

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

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

 a { background-color: rgb(68,129,73); }

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

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

 span { border-color: rgb(68,129,73); }

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