#44754A

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

Shades of Killarney #44754A

Tints of Killarney #44754A

Color information

#44754A (or 0x44754A) is unknown color: approx Killarney. HEX triplet: 44, 75 and 4A. RGB value is (68,117,74). Sum of RGB (Red+Green+Blue) = 68+117+74=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #44754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44754A is #BB8AB5. Grayscale: #616161. Windows color (decimal): -12290742 or 4879684. OLE color: 4879684.

HSL color Cylindrical-coordinate representation of color #44754A: hue angle of 127.35º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44754A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB6811774-
CMYK0.4200.370.54
HSL127.35º26.49%36.27%-
HSV(B)127.35º41.88%45.88%-
XYZ9.9814.458.74-
YUV97.45114.77107-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=26.25%
G=45.17%
B=28.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117740.4200.370.54127.3526.4936.27
Hex44754A2A025367f1a24
Octal10416511252045661773244
Binary1000100111010110010101010100100101110110111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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