#416948

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

Shades of Killarney #416948

Tints of Killarney #416948

Color information

#416948 (or 0x416948) is unknown color: approx Killarney. HEX triplet: 41, 69 and 48. RGB value is (65,105,72). Sum of RGB (Red+Green+Blue) = 65+105+72=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #416948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416948 is #BE96B7. Grayscale: #595959. Windows color (decimal): -12490424 or 4745537. OLE color: 4745537.

HSL color Cylindrical-coordinate representation of color #416948: hue angle of 130.5º 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 #416948 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB6510572-
CMYK0.3800.310.59
HSL130.5º23.53%33.33%-
HSV(B)130.5º38.1%41.18%-
XYZ8.411.697.95-
YUV89.28118.25110.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=26.86%
G=43.39%
B=29.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105720.3800.310.59130.523.5333.33
Hex4169482601F3B821821
Octal10115111046037732023041
Binary1000001110100110010001001100111111110111000001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416948; }

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

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

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

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

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

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

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

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