#41864B

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

Shades of Killarney #41864B

Tints of Killarney #41864B

Color information

#41864B (or 0x41864B) is unknown color: approx Killarney. HEX triplet: 41, 86 and 4B. RGB value is (65,134,75). Sum of RGB (Red+Green+Blue) = 65+134+75=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #41864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41864B is #BE79B4. Grayscale: #6A6A6A. Windows color (decimal): -12482997 or 4949569. OLE color: 4949569.

HSL color Cylindrical-coordinate representation of color #41864B: hue angle of 128.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41864B is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB6513475-
CMYK0.5100.440.47
HSL128.7º34.67%39.02%-
HSV(B)128.7º51.49%52.55%-
XYZ11.9818.689.63-
YUV106.64110.1498.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=23.72%
G=48.91%
B=27.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134750.5100.440.47128.734.6739.02
Hex41864B3302C2F812327
Octal10120611363054572014347
Binary1000001100001101001011110011010110010111110000001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41864B; }

 p { color: rgb(65,134,75); }

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

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

 a { background-color: rgb(65,134,75); }

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

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

 span { border-color: rgb(65,134,75); }

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