#41714F

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

Shades of Killarney #41714F

Tints of Killarney #41714F

Color information

#41714F (or 0x41714F) is unknown color: approx Killarney. HEX triplet: 41, 71 and 4F. RGB value is (65,113,79). Sum of RGB (Red+Green+Blue) = 65+113+79=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #41714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41714F is #BE8EB0. Grayscale: #5E5E5E. Windows color (decimal): -12488369 or 5206337. OLE color: 5206337.

HSL color Cylindrical-coordinate representation of color #41714F: hue angle of 137.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41714F is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB6511379-
CMYK0.4200.300.56
HSL137.5º26.97%34.9%-
HSV(B)137.5º42.48%44.31%-
XYZ9.513.59.5-
YUV94.77119.1106.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=25.29%
G=43.97%
B=30.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113790.4200.300.56137.526.9734.9
Hex41714F2A01E388a1b23
Octal10116111752036702123343
Binary1000001111000110011111010100111101110001000101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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