#40813F

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

Shades of Killarney #40813F

Tints of Killarney #40813F

Color information

#40813F (or 0x40813F) is unknown color: approx Killarney. HEX triplet: 40, 81 and 3F. RGB value is (64,129,63). Sum of RGB (Red+Green+Blue) = 64+129+63=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #40813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40813F is #BF7EC0. Grayscale: #666666. Windows color (decimal): -12549825 or 4161856. OLE color: 4161856.

HSL color Cylindrical-coordinate representation of color #40813F: hue angle of 119.09º 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 #40813F is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB6412963-
CMYK0.5000.510.49
HSL119.09º34.38%37.65%-
HSV(B)119.09º51.16%50.59%-
XYZ10.8617.157.44-
YUV102.04105.97100.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 129 (50.78% from 255) = 50.39%
BLUE value IS 63 (25% from 255) = 24.61%
R=25%
G=50.39%
B=24.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129630.5000.510.49119.0934.3837.65
Hex40813F3203331772226
Octal1002017762063611674246
Binary10000001000000111111111001001100111100011110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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