#41854F

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

Shades of Killarney #41854F

Tints of Killarney #41854F

Color information

#41854F (or 0x41854F) is unknown color: approx Killarney. HEX triplet: 41, 85 and 4F. RGB value is (65,133,79). Sum of RGB (Red+Green+Blue) = 65+133+79=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #41854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41854F is #BE7AB0. Grayscale: #6A6A6A. Windows color (decimal): -12483249 or 5211457. OLE color: 5211457.

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

Color convert

RGB6513379-
CMYK0.5100.410.48
HSL132.35º34.34%38.82%-
HSV(B)132.35º51.13%52.16%-
XYZ11.9818.4610.33-
YUV106.51112.4798.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=23.47%
G=48.01%
B=28.52%

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
Decimal65133790.5100.410.48132.3534.3438.82
Hex41854F3302930842227
Octal10120511763051602044247
Binary1000001100001011001111110011010100111000010000100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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