#448B4F

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

Shades of Killarney #448B4F

Tints of Killarney #448B4F

Color information

#448B4F (or 0x448B4F) is unknown color: approx Killarney. HEX triplet: 44, 8B and 4F. RGB value is (68,139,79). Sum of RGB (Red+Green+Blue) = 68+139+79=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #448B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B4F is #BB74B0. Grayscale: #6F6F6F. Windows color (decimal): -12285105 or 5212996. OLE color: 5212996.

HSL color Cylindrical-coordinate representation of color #448B4F: hue angle of 129.3º 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 #448B4F is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB6813979-
CMYK0.5100.430.45
HSL129.3º34.3%40.59%-
HSV(B)129.3º51.08%54.51%-
XYZ13.0320.2610.62-
YUV110.93109.9897.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=23.78%
G=48.60%
B=27.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139790.5100.430.45129.334.340.59
Hex448B4F3302B2D812229
Octal10421311763053552014251
Binary1000100100010111001111110011010101110110110000001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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