#416949

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

Shades of Killarney #416949

Tints of Killarney #416949

Color information

#416949 (or 0x416949) is unknown color: approx Killarney. HEX triplet: 41, 69 and 49. RGB value is (65,105,73). Sum of RGB (Red+Green+Blue) = 65+105+73=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #416949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416949 is #BE96B6. Grayscale: #595959. Windows color (decimal): -12490423 or 4811073. OLE color: 4811073.

HSL color Cylindrical-coordinate representation of color #416949: hue angle of 132º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416949 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB6510573-
CMYK0.3800.300.59
HSL132º23.53%33.33%-
HSV(B)132º38.1%41.18%-
XYZ8.4311.718.12-
YUV89.39118.75110.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=26.75%
G=43.21%
B=30.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105730.3800.300.5913223.5333.33
Hex4169492601E3B841821
Octal10115111146036732043041
Binary1000001110100110010011001100111101110111000010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416949; }

 p { color: rgb(65,105,73); }

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

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

 a { background-color: rgb(65,105,73); }

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

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

 span { border-color: rgb(65,105,73); }

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