#40814F

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

Shades of Killarney #40814F

Tints of Killarney #40814F

Color information

#40814F (or 0x40814F) is unknown color: approx Killarney. HEX triplet: 40, 81 and 4F. RGB value is (64,129,79). Sum of RGB (Red+Green+Blue) = 64+129+79=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #40814F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40814F is #BF7EB0. Grayscale: #686868. Windows color (decimal): -12549809 or 5210432. OLE color: 5210432.

HSL color Cylindrical-coordinate representation of color #40814F: hue angle of 133.85º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40814F is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB6412979-
CMYK0.5000.390.49
HSL133.85º33.68%37.84%-
HSV(B)133.85º50.39%50.59%-
XYZ11.3817.3610.15-
YUV103.86113.9799.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=23.53%
G=47.43%
B=29.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129790.5000.390.49133.8533.6837.84
Hex40814F3202731862226
Octal10020111762047612064246
Binary1000000100000011001111110010010011111000110000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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