#41814E

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

Shades of Killarney #41814E

Tints of Killarney #41814E

Color information

#41814E (or 0x41814E) is unknown color: approx Killarney. HEX triplet: 41, 81 and 4E. RGB value is (65,129,78). Sum of RGB (Red+Green+Blue) = 65+129+78=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #41814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41814E is #BE7EB1. Grayscale: #686868. Windows color (decimal): -12484274 or 5144897. OLE color: 5144897.

HSL color Cylindrical-coordinate representation of color #41814E: hue angle of 132.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41814E is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB6512978-
CMYK0.5000.400.49
HSL132.19º32.99%38.04%-
HSV(B)132.19º49.61%50.59%-
XYZ11.4117.379.96-
YUV104.05113.3100.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=23.90%
G=47.43%
B=28.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129780.5000.400.49132.1932.9938.04
Hex41814E3202831842126
Octal10120111662050612044146
Binary1000001100000011001110110010010100011000110000100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41814E; }

 p { color: rgb(65,129,78); }

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

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

 a { background-color: rgb(65,129,78); }

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

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

 span { border-color: rgb(65,129,78); }

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