#407448

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

Shades of Killarney #407448

Tints of Killarney #407448

Color information

#407448 (or 0x407448) is unknown color: approx Killarney. HEX triplet: 40, 74 and 48. RGB value is (64,116,72). Sum of RGB (Red+Green+Blue) = 64+116+72=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #407448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407448 is #BF8BB7. Grayscale: #5F5F5F. Windows color (decimal): -12553144 or 4748352. OLE color: 4748352.

HSL color Cylindrical-coordinate representation of color #407448: hue angle of 129.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407448 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB6411672-
CMYK0.4500.380.55
HSL129.23º28.89%35.29%-
HSV(B)129.23º44.83%45.49%-
XYZ9.5314.058.34-
YUV95.44114.77105.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=25.40%
G=46.03%
B=28.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116720.4500.380.55129.2328.8935.29
Hex4074482D02637811d23
Octal10016411055046672013543
Binary10000001110100100100010110101001101101111000000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407448; }

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

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

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

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

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

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

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

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