#407948

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

Shades of Killarney #407948

Tints of Killarney #407948

Color information

#407948 (or 0x407948) is unknown color: approx Killarney. HEX triplet: 40, 79 and 48. RGB value is (64,121,72). Sum of RGB (Red+Green+Blue) = 64+121+72=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #407948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407948 is #BF86B7. Grayscale: #626262. Windows color (decimal): -12551864 or 4749632. OLE color: 4749632.

HSL color Cylindrical-coordinate representation of color #407948: hue angle of 128.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407948 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB6412172-
CMYK0.4700.400.53
HSL128.42º30.81%36.27%-
HSV(B)128.42º47.11%47.45%-
XYZ10.1215.238.54-
YUV98.37113.12103.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=24.90%
G=47.08%
B=28.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121720.4700.400.53128.4230.8136.27
Hex4079482F02835801f24
Octal10017111057050652003744
Binary10000001111001100100010111101010001101011000000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407948; }

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

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

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

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

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

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

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

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