#40834A

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

Shades of Killarney #40834A

Tints of Killarney #40834A

Color information

#40834A (or 0x40834A) is unknown color: approx Killarney. HEX triplet: 40, 83 and 4A. RGB value is (64,131,74). Sum of RGB (Red+Green+Blue) = 64+131+74=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #40834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40834A is #BF7CB5. Grayscale: #686868. Windows color (decimal): -12549302 or 4883264. OLE color: 4883264.

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

Color convert

RGB6413174-
CMYK0.5100.440.49
HSL128.96º34.36%38.24%-
HSV(B)128.96º51.15%51.37%-
XYZ11.4717.829.31-
YUV104.47110.899.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=23.79%
G=48.70%
B=27.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64131740.5100.440.49128.9634.3638.24
Hex40834A3302C31812226
Octal10020311263054612014246
Binary1000000100000111001010110011010110011000110000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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