#40894A

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

Shades of Killarney #40894A

Tints of Killarney #40894A

Color information

#40894A (or 0x40894A) is unknown color: approx Killarney. HEX triplet: 40, 89 and 4A. RGB value is (64,137,74). Sum of RGB (Red+Green+Blue) = 64+137+74=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #40894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40894A is #BF76B5. Grayscale: #6C6C6C. Windows color (decimal): -12547766 or 4884800. OLE color: 4884800.

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

Color convert

RGB6413774-
CMYK0.5300.460.46
HSL128.22º36.32%39.41%-
HSV(B)128.22º53.28%53.73%-
XYZ12.319.489.59-
YUV107.99108.8296.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=23.27%
G=49.82%
B=26.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137740.5300.460.46128.2236.3239.41
Hex40894A3502E2E802427
Octal10021111265056562004447
Binary1000000100010011001010110101010111010111010000000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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