#40824F

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

Shades of Killarney #40824F

Tints of Killarney #40824F

Color information

#40824F (or 0x40824F) is unknown color: approx Killarney. HEX triplet: 40, 82 and 4F. RGB value is (64,130,79). Sum of RGB (Red+Green+Blue) = 64+130+79=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #40824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40824F is #BF7DB0. Grayscale: #686868. Windows color (decimal): -12549553 or 5210688. OLE color: 5210688.

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

Color convert

RGB6413079-
CMYK0.5100.390.49
HSL133.64º34.02%38.04%-
HSV(B)133.64º50.77%50.98%-
XYZ11.5117.6210.19-
YUV104.45113.6399.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=23.44%
G=47.62%
B=28.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130790.5100.390.49133.6434.0238.04
Hex40824F3302731862226
Octal10020211763047612064246
Binary1000000100000101001111110011010011111000110000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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