#41704F

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

Shades of Killarney #41704F

Tints of Killarney #41704F

Color information

#41704F (or 0x41704F) is unknown color: approx Killarney. HEX triplet: 41, 70 and 4F. RGB value is (65,112,79). Sum of RGB (Red+Green+Blue) = 65+112+79=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #41704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41704F is #BE8FB0. Grayscale: #5E5E5E. Windows color (decimal): -12488625 or 5206081. OLE color: 5206081.

HSL color Cylindrical-coordinate representation of color #41704F: hue angle of 137.87º 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 #41704F is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB6511279-
CMYK0.4200.290.56
HSL137.87º26.55%34.71%-
HSV(B)137.87º41.96%43.92%-
XYZ9.3913.289.47-
YUV94.18119.43107.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=25.39%
G=43.75%
B=30.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112790.4200.290.56137.8726.5534.71
Hex41704F2A01D388a1b23
Octal10116011752035702123343
Binary1000001111000010011111010100111011110001000101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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