#44864A

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

Shades of Killarney #44864A

Tints of Killarney #44864A

Color information

#44864A (or 0x44864A) is unknown color: approx Killarney. HEX triplet: 44, 86 and 4A. RGB value is (68,134,74). Sum of RGB (Red+Green+Blue) = 68+134+74=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #44864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44864A is #BB79B5. Grayscale: #6B6B6B. Windows color (decimal): -12286390 or 4884036. OLE color: 4884036.

HSL color Cylindrical-coordinate representation of color #44864A: hue angle of 125.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44864A is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB6813474-
CMYK0.4900.450.47
HSL125.45º32.67%39.61%-
HSV(B)125.45º49.25%52.55%-
XYZ12.1518.779.46-
YUV107.43109.1399.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=24.64%
G=48.55%
B=26.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68134740.4900.450.47125.4532.6739.61
Hex44864A3102D2F7d2128
Octal10420611261055571754150
Binary100010010000110100101011000101011011011111111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44864A; }

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

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

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

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

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

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

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

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