#40834C

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

Shades of Killarney #40834C

Tints of Killarney #40834C

Color information

#40834C (or 0x40834C) is unknown color: approx Killarney. HEX triplet: 40, 83 and 4C. RGB value is (64,131,76). Sum of RGB (Red+Green+Blue) = 64+131+76=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #40834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40834C is #BF7CB3. Grayscale: #686868. Windows color (decimal): -12549300 or 5014336. OLE color: 5014336.

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

Color convert

RGB6413176-
CMYK0.5100.420.49
HSL130.75º34.36%38.24%-
HSV(B)130.75º51.15%51.37%-
XYZ11.5417.849.67-
YUV104.7111.898.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=23.62%
G=48.34%
B=28.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64131760.5100.420.49130.7534.3638.24
Hex40834C3302A31832226
Octal10020311463052612034246
Binary1000000100000111001100110011010101011000110000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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