#416F4D

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

Shades of Killarney #416F4D

Tints of Killarney #416F4D

Color information

#416F4D (or 0x416F4D) is unknown color: approx Killarney. HEX triplet: 41, 6F and 4D. RGB value is (65,111,77). Sum of RGB (Red+Green+Blue) = 65+111+77=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #416F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F4D is #BE90B2. Grayscale: #5D5D5D. Windows color (decimal): -12488883 or 5074753. OLE color: 5074753.

HSL color Cylindrical-coordinate representation of color #416F4D: hue angle of 135.65º 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 #416F4D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB6511177-
CMYK0.4100.310.56
HSL135.65º26.14%34.51%-
HSV(B)135.65º41.44%43.53%-
XYZ9.213.039.05-
YUV93.37118.76107.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=25.69%
G=43.87%
B=30.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111770.4100.310.56135.6526.1434.51
Hex416F4D2901F38881a23
Octal10115711551037702103243
Binary1000001110111110011011010010111111110001000100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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