#407B48

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

Shades of Killarney #407B48

Tints of Killarney #407B48

Color information

#407B48 (or 0x407B48) is unknown color: approx Killarney. HEX triplet: 40, 7B and 48. RGB value is (64,123,72). Sum of RGB (Red+Green+Blue) = 64+123+72=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #407B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B48 is #BF84B7. Grayscale: #636363. Windows color (decimal): -12551352 or 4750144. OLE color: 4750144.

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

Color convert

RGB6412372-
CMYK0.4800.410.52
HSL128.14º31.55%36.67%-
HSV(B)128.14º47.97%48.24%-
XYZ10.3715.728.62-
YUV99.54112.45102.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=24.71%
G=47.49%
B=27.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123720.4800.410.52128.1431.5536.67
Hex407B483002934802025
Octal10017311060051642004045
Binary100000011110111001000110000010100111010010000000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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