#40824B

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

Shades of Killarney #40824B

Tints of Killarney #40824B

Color information

#40824B (or 0x40824B) is unknown color: approx Killarney. HEX triplet: 40, 82 and 4B. RGB value is (64,130,75). Sum of RGB (Red+Green+Blue) = 64+130+75=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #40824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40824B is #BF7DB4. Grayscale: #686868. Windows color (decimal): -12549557 or 4948544. OLE color: 4948544.

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

Color convert

RGB6413075-
CMYK0.5100.420.49
HSL130º34.02%38.04%-
HSV(B)130º50.77%50.98%-
XYZ11.3717.569.45-
YUV104111.6399.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=23.79%
G=48.33%
B=27.88%

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
Decimal64130750.5100.420.4913034.0238.04
Hex40824B3302A31822226
Octal10020211363052612024246
Binary1000000100000101001011110011010101011000110000010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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