#407A42

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

Shades of Killarney #407A42

Tints of Killarney #407A42

Color information

#407A42 (or 0x407A42) is unknown color: approx Killarney. HEX triplet: 40, 7A and 42. RGB value is (64,122,66). Sum of RGB (Red+Green+Blue) = 64+122+66=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #407A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407A42 is #BF85BD. Grayscale: #626262. Windows color (decimal): -12551614 or 4356672. OLE color: 4356672.

HSL color Cylindrical-coordinate representation of color #407A42: hue angle of 122.07º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A42 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB6412266-
CMYK0.4800.460.52
HSL122.07º31.18%36.47%-
HSV(B)122.07º47.54%47.84%-
XYZ10.0615.47.6-
YUV98.27109.78103.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 122 (48.05% from 255) = 48.41%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=25.40%
G=48.41%
B=26.19%

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
Decimal64122660.4800.460.52122.0731.1836.47
Hex407A423002E347a1f24
Octal10017210260056641723744
Binary1000000111101010000101100000101110110100111101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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