#407B4A

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

Shades of Killarney #407B4A

Tints of Killarney #407B4A

Color information

#407B4A (or 0x407B4A) is unknown color: approx Killarney. HEX triplet: 40, 7B and 4A. RGB value is (64,123,74). Sum of RGB (Red+Green+Blue) = 64+123+74=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #407B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B4A is #BF84B5. Grayscale: #636363. Windows color (decimal): -12551350 or 4881216. OLE color: 4881216.

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

Color convert

RGB6412374-
CMYK0.4800.400.52
HSL130.17º31.55%36.67%-
HSV(B)130.17º47.97%48.24%-
XYZ10.4315.758.97-
YUV99.77113.45102.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=24.52%
G=47.13%
B=28.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123740.4800.400.52130.1731.5536.67
Hex407B4A3002834822025
Octal10017311260050642024045
Binary100000011110111001010110000010100011010010000010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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