#41764D

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

Shades of Killarney #41764D

Tints of Killarney #41764D

Color information

#41764D (or 0x41764D) is unknown color: approx Killarney. HEX triplet: 41, 76 and 4D. RGB value is (65,118,77). Sum of RGB (Red+Green+Blue) = 65+118+77=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #41764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41764D is #BE89B2. Grayscale: #616161. Windows color (decimal): -12487091 or 5076545. OLE color: 5076545.

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

Color convert

RGB6511877-
CMYK0.4500.350.54
HSL133.58º28.96%35.88%-
HSV(B)133.58º44.92%46.27%-
XYZ1014.629.32-
YUV97.48116.44104.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=25%
G=45.38%
B=29.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118770.4500.350.54133.5828.9635.88
Hex41764D2D02336861d24
Octal10116611555043662063544
Binary10000011110110100110110110101000111101101000011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41764D; }

 p { color: rgb(65,118,77); }

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

<style>
 a { background-color: #41764D; }

 a { background-color: rgb(65,118,77); }

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

<style>
 span { border-color: #41764D; }

 span { border-color: rgb(65,118,77); }

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