#407B45

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

Shades of Killarney #407B45

Tints of Killarney #407B45

Color information

#407B45 (or 0x407B45) is unknown color: approx Killarney. HEX triplet: 40, 7B and 45. RGB value is (64,123,69). Sum of RGB (Red+Green+Blue) = 64+123+69=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #407B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B45 is #BF84BA. Grayscale: #636363. Windows color (decimal): -12551355 or 4553536. OLE color: 4553536.

HSL color Cylindrical-coordinate representation of color #407B45: hue angle of 125.08º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B45 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB6412369-
CMYK0.4800.440.52
HSL125.08º31.55%36.67%-
HSV(B)125.08º47.97%48.24%-
XYZ10.2715.698.12-
YUV99.2110.95102.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=25%
G=48.05%
B=26.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123690.4800.440.52125.0831.5536.67
Hex407B453002C347d2025
Octal10017310560054641754045
Binary10000001111011100010111000001011001101001111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407B45; }

 p { color: rgb(64,123,69); }

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

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

 a { background-color: rgb(64,123,69); }

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

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

 span { border-color: rgb(64,123,69); }

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