#448546

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

Shades of Killarney #448546

Tints of Killarney #448546

Color information

#448546 (or 0x448546) is unknown color: approx Killarney. HEX triplet: 44, 85 and 46. RGB value is (68,133,70). Sum of RGB (Red+Green+Blue) = 68+133+70=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #448546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448546 is #BB7AB9. Grayscale: #6A6A6A. Windows color (decimal): -12286650 or 4621636. OLE color: 4621636.

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

Color convert

RGB6813370-
CMYK0.4900.470.48
HSL121.85º32.34%39.41%-
HSV(B)121.85º48.87%52.16%-
XYZ11.8818.458.73-
YUV106.38107.47100.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=25.09%
G=49.08%
B=25.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133700.4900.470.48121.8532.3439.41
Hex4485463102F307a2027
Octal10420510661057601724047
Binary100010010000101100011011000101011111100001111010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448546; }

 p { color: rgb(68,133,70); }

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

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

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

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

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

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

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