#44764A

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

Shades of Killarney #44764A

Tints of Killarney #44764A

Color information

#44764A (or 0x44764A) is unknown color: approx Killarney. HEX triplet: 44, 76 and 4A. RGB value is (68,118,74). Sum of RGB (Red+Green+Blue) = 68+118+74=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #44764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44764A is #BB89B5. Grayscale: #626262. Windows color (decimal): -12290486 or 4879940. OLE color: 4879940.

HSL color Cylindrical-coordinate representation of color #44764A: hue angle of 127.2º degrees, saturation: 0.27, 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 #44764A is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB6811874-
CMYK0.4200.370.54
HSL127.2º26.88%36.47%-
HSV(B)127.2º42.37%46.27%-
XYZ10.114.688.78-
YUV98.03114.44106.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=26.15%
G=45.38%
B=28.46%

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
Decimal68118740.4200.370.54127.226.8836.47
Hex44764A2A025367f1b24
Octal10416611252045661773344
Binary1000100111011010010101010100100101110110111111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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