#44704C

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

Shades of Killarney #44704C

Tints of Killarney #44704C

Color information

#44704C (or 0x44704C) is unknown color: approx Killarney. HEX triplet: 44, 70 and 4C. RGB value is (68,112,76). Sum of RGB (Red+Green+Blue) = 68+112+76=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #44704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44704C is #BB8FB3. Grayscale: #5E5E5E. Windows color (decimal): -12292020 or 5009476. OLE color: 5009476.

HSL color Cylindrical-coordinate representation of color #44704C: hue angle of 130.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44704C is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB6811276-
CMYK0.3900.320.56
HSL130.91º24.44%35.29%-
HSV(B)130.91º39.29%43.92%-
XYZ9.4813.348.91-
YUV94.74117.42108.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=26.56%
G=43.75%
B=29.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112760.3900.320.56130.9124.4435.29
Hex44704C2702038831823
Octal10416011447040702033043
Binary10001001110000100110010011101000001110001000001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44704C; }

 p { color: rgb(68,112,76); }

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

<style>
 a { background-color: #44704C; }

 a { background-color: rgb(68,112,76); }

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

<style>
 span { border-color: #44704C; }

 span { border-color: rgb(68,112,76); }

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