#416F4A

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

Shades of Killarney #416F4A

Tints of Killarney #416F4A

Color information

#416F4A (or 0x416F4A) is unknown color: approx Killarney. HEX triplet: 41, 6F and 4A. RGB value is (65,111,74). Sum of RGB (Red+Green+Blue) = 65+111+74=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #416F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416F4A is #BE90B5. Grayscale: #5D5D5D. Windows color (decimal): -12488886 or 4878145. OLE color: 4878145.

HSL color Cylindrical-coordinate representation of color #416F4A: hue angle of 131.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416F4A is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB6511174-
CMYK0.4100.330.56
HSL131.74º26.14%34.51%-
HSV(B)131.74º41.44%43.53%-
XYZ9.112.998.51-
YUV93.03117.26108.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=26%
G=44.4%
B=29.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111740.4100.330.56131.7426.1434.51
Hex416F4A2902138841a23
Octal10115711251041702043243
Binary10000011101111100101010100101000011110001000010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,111,74); }

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

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

 a { background-color: rgb(65,111,74); }

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

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

 span { border-color: rgb(65,111,74); }

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