#448444

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

Shades of Killarney #448444

Tints of Killarney #448444

Color information

#448444 (or 0x448444) is unknown color: approx Killarney. HEX triplet: 44, 84 and 44. RGB value is (68,132,68). Sum of RGB (Red+Green+Blue) = 68+132+68=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #448444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448444 is #BB7BBB. Grayscale: #696969. Windows color (decimal): -12286908 or 4490308. OLE color: 4490308.

HSL color Cylindrical-coordinate representation of color #448444: hue angle of 120º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448444 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB6813268-
CMYK0.4800.480.48
HSL120º32%39.22%-
HSV(B)120º48.48%51.76%-
XYZ11.6818.158.36-
YUV105.57106.8101.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=25.37%
G=49.25%
B=25.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132680.4800.480.481203239.22
Hex4484443003030782027
Octal10420410460060601704047
Binary100010010000100100010011000001100001100001111000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448444; }

 p { color: rgb(68,132,68); }

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

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

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

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

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

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

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