#40804B

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

Shades of Killarney #40804B

Tints of Killarney #40804B

Color information

#40804B (or 0x40804B) is unknown color: approx Killarney. HEX triplet: 40, 80 and 4B. RGB value is (64,128,75). Sum of RGB (Red+Green+Blue) = 64+128+75=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #40804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40804B is #BF7FB4. Grayscale: #666666. Windows color (decimal): -12550069 or 4948032. OLE color: 4948032.

HSL color Cylindrical-coordinate representation of color #40804B: hue angle of 130.31º 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 #40804B is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB6412875-
CMYK0.500.410.50
HSL130.31º33.33%37.65%-
HSV(B)130.31º50%50.2%-
XYZ11.117.049.36-
YUV102.82112.3100.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=23.97%
G=47.94%
B=28.09%

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
Decimal64128750.500.410.50130.3133.3337.65
Hex40804B3202932822126
Octal10020011362051622024146
Binary1000000100000001001011110010010100111001010000010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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