#448B4A

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

Shades of Killarney #448B4A

Tints of Killarney #448B4A

Color information

#448B4A (or 0x448B4A) is unknown color: approx Killarney. HEX triplet: 44, 8B and 4A. RGB value is (68,139,74). Sum of RGB (Red+Green+Blue) = 68+139+74=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #448B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448B4A is #BB74B5. Grayscale: #6E6E6E. Windows color (decimal): -12285110 or 4885316. OLE color: 4885316.

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

Color convert

RGB6813974-
CMYK0.5100.470.45
HSL125.07º34.3%40.59%-
HSV(B)125.07º51.08%54.51%-
XYZ12.8520.199.7-
YUV110.36107.4897.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 139 (54.69% from 255) = 49.47%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=24.20%
G=49.47%
B=26.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139740.5100.470.45125.0734.340.59
Hex448B4A3302F2D7d2229
Octal10421311263057551754251
Binary100010010001011100101011001101011111011011111101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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