#40884F

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

Shades of Killarney #40884F

Tints of Killarney #40884F

Color information

#40884F (or 0x40884F) is unknown color: approx Killarney. HEX triplet: 40, 88 and 4F. RGB value is (64,136,79). Sum of RGB (Red+Green+Blue) = 64+136+79=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #40884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40884F is #BF77B0. Grayscale: #6C6C6C. Windows color (decimal): -12548017 or 5212224. OLE color: 5212224.

HSL color Cylindrical-coordinate representation of color #40884F: hue angle of 132.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40884F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB6413679-
CMYK0.5300.420.47
HSL132.5º36%39.22%-
HSV(B)132.5º52.94%53.33%-
XYZ12.3319.2610.47-
YUV107.97111.6596.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=22.94%
G=48.75%
B=28.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64136790.5300.420.47132.53639.22
Hex40884F3502A2F842427
Octal10021011765052572044447
Binary1000000100010001001111110101010101010111110000100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,136,79); }

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

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

 a { background-color: rgb(64,136,79); }

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

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

 span { border-color: rgb(64,136,79); }

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