#40884A

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

Shades of Killarney #40884A

Tints of Killarney #40884A

Color information

#40884A (or 0x40884A) is unknown color: approx Killarney. HEX triplet: 40, 88 and 4A. RGB value is (64,136,74). Sum of RGB (Red+Green+Blue) = 64+136+74=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #40884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40884A is #BF77B5. Grayscale: #6B6B6B. Windows color (decimal): -12548022 or 4884544. OLE color: 4884544.

HSL color Cylindrical-coordinate representation of color #40884A: hue angle of 128.33º 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 #40884A is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB6413674-
CMYK0.5300.460.47
HSL128.33º36%39.22%-
HSV(B)128.33º52.94%53.33%-
XYZ12.1519.199.54-
YUV107.4109.1597.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 136 (53.52% from 255) = 49.64%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=23.36%
G=49.64%
B=27.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64136740.5300.460.47128.333639.22
Hex40884A3502E2F802427
Octal10021011265056572004447
Binary1000000100010001001010110101010111010111110000000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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