#408150

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

Shades of Killarney #408150

Tints of Killarney #408150

Color information

#408150 (or 0x408150) is unknown color: approx Killarney. HEX triplet: 40, 81 and 50. RGB value is (64,129,80). Sum of RGB (Red+Green+Blue) = 64+129+80=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #408150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408150 is #BF7EAF. Grayscale: #686868. Windows color (decimal): -12549808 or 5275968. OLE color: 5275968.

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

Color convert

RGB6412980-
CMYK0.5000.380.49
HSL134.77º33.68%37.84%-
HSV(B)134.77º50.39%50.59%-
XYZ11.4117.3710.34-
YUV103.98114.4799.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=23.44%
G=47.25%
B=29.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129800.5000.380.49134.7733.6837.84
Hex4081503202631872226
Octal10020112062046612074246
Binary1000000100000011010000110010010011011000110000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408150; }

 p { color: rgb(64,129,80); }

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

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

 a { background-color: rgb(64,129,80); }

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

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

 span { border-color: rgb(64,129,80); }

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