#408450

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

Shades of Killarney #408450

Tints of Killarney #408450

Color information

#408450 (or 0x408450) is unknown color: approx Killarney. HEX triplet: 40, 84 and 50. RGB value is (64,132,80). Sum of RGB (Red+Green+Blue) = 64+132+80=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #408450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408450 is #BF7BAF. Grayscale: #696969. Windows color (decimal): -12549040 or 5276736. OLE color: 5276736.

HSL color Cylindrical-coordinate representation of color #408450: hue angle of 134.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408450 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB6413280-
CMYK0.5200.390.48
HSL134.12º34.69%38.43%-
HSV(B)134.12º51.52%51.76%-
XYZ11.8118.1710.47-
YUV105.74113.4798.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=23.19%
G=47.83%
B=28.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132800.5200.390.48134.1234.6938.43
Hex4084503402730862326
Octal10020412064047602064346
Binary1000000100001001010000110100010011111000010000110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408450; }

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

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

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

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

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

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

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

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