#448A50

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

Shades of Killarney #448A50

Tints of Killarney #448A50

Color information

#448A50 (or 0x448A50) is unknown color: approx Killarney. HEX triplet: 44, 8A and 50. RGB value is (68,138,80). Sum of RGB (Red+Green+Blue) = 68+138+80=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #448A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A50 is #BB75AF. Grayscale: #6E6E6E. Windows color (decimal): -12285360 or 5278276. OLE color: 5278276.

HSL color Cylindrical-coordinate representation of color #448A50: hue angle of 130.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A50 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB6813880-
CMYK0.5100.420.46
HSL130.29º33.98%40.39%-
HSV(B)130.29º50.72%54.12%-
XYZ12.9219.9910.77-
YUV110.46110.8197.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=23.78%
G=48.25%
B=27.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68138800.5100.420.46130.2933.9840.39
Hex448A503302A2E822228
Octal10421212063052562024250
Binary1000100100010101010000110011010101010111010000010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448A50; }

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

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

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

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

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

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

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

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