#41854E

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

Shades of Killarney #41854E

Tints of Killarney #41854E

Color information

#41854E (or 0x41854E) is unknown color: approx Killarney. HEX triplet: 41, 85 and 4E. RGB value is (65,133,78). Sum of RGB (Red+Green+Blue) = 65+133+78=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #41854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41854E is #BE7AB1. Grayscale: #6A6A6A. Windows color (decimal): -12483250 or 5145921. OLE color: 5145921.

HSL color Cylindrical-coordinate representation of color #41854E: hue angle of 131.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41854E is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB6513378-
CMYK0.5100.410.48
HSL131.47º34.34%38.82%-
HSV(B)131.47º51.13%52.16%-
XYZ11.9418.4510.14-
YUV106.4111.9798.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 133 (52.34% from 255) = 48.19%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=23.55%
G=48.19%
B=28.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133780.5100.410.48131.4734.3438.82
Hex41854E3302930832227
Octal10120511663051602034247
Binary1000001100001011001110110011010100111000010000011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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