#416A44

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

Shades of Killarney #416A44

Tints of Killarney #416A44

Color information

#416A44 (or 0x416A44) is unknown color: approx Killarney. HEX triplet: 41, 6A and 44. RGB value is (65,106,68). Sum of RGB (Red+Green+Blue) = 65+106+68=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #416A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416A44 is #BE95BB. Grayscale: #595959. Windows color (decimal): -12490172 or 4483649. OLE color: 4483649.

HSL color Cylindrical-coordinate representation of color #416A44: hue angle of 124.39º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416A44 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB6510668-
CMYK0.3900.360.58
HSL124.39º23.98%33.53%-
HSV(B)124.39º38.68%41.57%-
XYZ8.3811.857.31-
YUV89.41115.92110.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=27.20%
G=44.35%
B=28.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65106680.3900.360.58124.3923.9833.53
Hex416A44270243A7c1822
Octal10115210447044721743042
Binary1000001110101010001001001110100100111010111110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416A44; }

 p { color: rgb(65,106,68); }

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

<style>
 a { background-color: #416A44; }

 a { background-color: rgb(65,106,68); }

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

<style>
 span { border-color: #416A44; }

 span { border-color: rgb(65,106,68); }

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