#448B51

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

Shades of Killarney #448B51

Tints of Killarney #448B51

Color information

#448B51 (or 0x448B51) is unknown color: approx Killarney. HEX triplet: 44, 8B and 51. RGB value is (68,139,81). Sum of RGB (Red+Green+Blue) = 68+139+81=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #448B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B51 is #BB74AE. Grayscale: #6F6F6F. Windows color (decimal): -12285103 or 5344068. OLE color: 5344068.

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

Color convert

RGB6813981-
CMYK0.5100.420.45
HSL130.99º34.3%40.59%-
HSV(B)130.99º51.08%54.51%-
XYZ13.120.2911.01-
YUV111.16110.9897.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 139 (54.69% from 255) = 48.26%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=23.61%
G=48.26%
B=28.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139810.5100.420.45130.9934.340.59
Hex448B513302A2D832229
Octal10421312163052552034251
Binary1000100100010111010001110011010101010110110000011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,81); }

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

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

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

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

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

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

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