#44754B

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

Shades of Killarney #44754B

Tints of Killarney #44754B

Color information

#44754B (or 0x44754B) is unknown color: approx Killarney. HEX triplet: 44, 75 and 4B. RGB value is (68,117,75). Sum of RGB (Red+Green+Blue) = 68+117+75=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #44754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44754B is #BB8AB4. Grayscale: #616161. Windows color (decimal): -12290741 or 4945220. OLE color: 4945220.

HSL color Cylindrical-coordinate representation of color #44754B: hue angle of 128.57º 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 #44754B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB6811775-
CMYK0.4200.360.54
HSL128.57º26.49%36.27%-
HSV(B)128.57º41.88%45.88%-
XYZ10.0214.468.92-
YUV97.56115.27106.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=26.15%
G=45%
B=28.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117750.4200.360.54128.5726.4936.27
Hex44754B2A02436811a24
Octal10416511352044662013244
Binary10001001110101100101110101001001001101101000000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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