#40804C

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

Shades of Killarney #40804C

Tints of Killarney #40804C

Color information

#40804C (or 0x40804C) is unknown color: approx Killarney. HEX triplet: 40, 80 and 4C. RGB value is (64,128,76). Sum of RGB (Red+Green+Blue) = 64+128+76=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #40804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40804C is #BF7FB3. Grayscale: #676767. Windows color (decimal): -12550068 or 5013568. OLE color: 5013568.

HSL color Cylindrical-coordinate representation of color #40804C: hue angle of 131.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40804C is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB6412876-
CMYK0.500.410.50
HSL131.25º33.33%37.65%-
HSV(B)131.25º50%50.2%-
XYZ11.1417.059.54-
YUV102.94112.8100.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 128 (50.39% from 255) = 47.76%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=23.88%
G=47.76%
B=28.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128760.500.410.50131.2533.3337.65
Hex40804C3202932832126
Octal10020011462051622034146
Binary1000000100000001001100110010010100111001010000011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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