#448250

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

Shades of Killarney #448250

Tints of Killarney #448250

Color information

#448250 (or 0x448250) is unknown color: approx Killarney. HEX triplet: 44, 82 and 50. RGB value is (68,130,80). Sum of RGB (Red+Green+Blue) = 68+130+80=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #448250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448250 is #BB7DAF. Grayscale: #696969. Windows color (decimal): -12287408 or 5276228. OLE color: 5276228.

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

Color convert

RGB6813080-
CMYK0.4800.380.49
HSL131.61º31.31%38.82%-
HSV(B)131.61º47.69%50.98%-
XYZ11.8117.7710.4-
YUV105.76113.46101.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=24.46%
G=46.76%
B=28.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130800.4800.380.49131.6131.3138.82
Hex4482503002631841f27
Octal10420212060046612043747
Binary100010010000010101000011000001001101100011000010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448250; }

 p { color: rgb(68,130,80); }

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

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

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

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

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

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

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