#44704B

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

Shades of Killarney #44704B

Tints of Killarney #44704B

Color information

#44704B (or 0x44704B) is unknown color: approx Killarney. HEX triplet: 44, 70 and 4B. RGB value is (68,112,75). Sum of RGB (Red+Green+Blue) = 68+112+75=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #44704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44704B is #BB8FB4. Grayscale: #5E5E5E. Windows color (decimal): -12292021 or 4943940. OLE color: 4943940.

HSL color Cylindrical-coordinate representation of color #44704B: hue angle of 129.55º 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 #44704B is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB6811275-
CMYK0.3900.330.56
HSL129.55º24.44%35.29%-
HSV(B)129.55º39.29%43.92%-
XYZ9.4513.338.73-
YUV94.63116.92109.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=26.67%
G=43.92%
B=29.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112750.3900.330.56129.5524.4435.29
Hex44704B2702138821823
Octal10416011347041702023043
Binary10001001110000100101110011101000011110001000001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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