#41854B

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

Shades of Killarney #41854B

Tints of Killarney #41854B

Color information

#41854B (or 0x41854B) is unknown color: approx Killarney. HEX triplet: 41, 85 and 4B. RGB value is (65,133,75). Sum of RGB (Red+Green+Blue) = 65+133+75=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #41854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41854B is #BE7AB4. Grayscale: #6A6A6A. Windows color (decimal): -12483253 or 4949313. OLE color: 4949313.

HSL color Cylindrical-coordinate representation of color #41854B: hue angle of 128.82º 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 #41854B is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB6513375-
CMYK0.5100.440.48
HSL128.82º34.34%38.82%-
HSV(B)128.82º51.13%52.16%-
XYZ11.8418.419.59-
YUV106.06110.4798.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=23.81%
G=48.72%
B=27.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133750.5100.440.48128.8234.3438.82
Hex41854B3302C30812227
Octal10120511363054602014247
Binary1000001100001011001011110011010110011000010000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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