#407B42

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

Shades of Killarney #407B42

Tints of Killarney #407B42

Color information

#407B42 (or 0x407B42) is unknown color: approx Killarney. HEX triplet: 40, 7B and 42. RGB value is (64,123,66). Sum of RGB (Red+Green+Blue) = 64+123+66=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #407B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B42 is #BF84BD. Grayscale: #636363. Windows color (decimal): -12551358 or 4356928. OLE color: 4356928.

HSL color Cylindrical-coordinate representation of color #407B42: hue angle of 122.03º 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 #407B42 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB6412366-
CMYK0.4800.460.52
HSL122.03º31.55%36.67%-
HSV(B)122.03º47.97%48.24%-
XYZ10.1815.657.64-
YUV98.86109.45103.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=25.30%
G=48.62%
B=26.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123660.4800.460.52122.0331.5536.67
Hex407B423002E347a2025
Octal10017310260056641724045
Binary10000001111011100001011000001011101101001111010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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