#41754B

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

Shades of Killarney #41754B

Tints of Killarney #41754B

Color information

#41754B (or 0x41754B) is unknown color: approx Killarney. HEX triplet: 41, 75 and 4B. RGB value is (65,117,75). Sum of RGB (Red+Green+Blue) = 65+117+75=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #41754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41754B is #BE8AB4. Grayscale: #606060. Windows color (decimal): -12487349 or 4945217. OLE color: 4945217.

HSL color Cylindrical-coordinate representation of color #41754B: hue angle of 131.54º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41754B is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB6511775-
CMYK0.4400.360.54
HSL131.54º28.57%35.69%-
HSV(B)131.54º44.44%45.88%-
XYZ9.8114.358.91-
YUV96.66115.77105.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=25.29%
G=45.53%
B=29.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117750.4400.360.54131.5428.5735.69
Hex41754B2C02436841d24
Octal10116511354044662043544
Binary10000011110101100101110110001001001101101000010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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