#407A41

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

Shades of Killarney #407A41

Tints of Killarney #407A41

Color information

#407A41 (or 0x407A41) is unknown color: approx Killarney. HEX triplet: 40, 7A and 41. RGB value is (64,122,65). Sum of RGB (Red+Green+Blue) = 64+122+65=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #407A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407A41 is #BF85BE. Grayscale: #626262. Windows color (decimal): -12551615 or 4291136. OLE color: 4291136.

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

Color convert

RGB6412265-
CMYK0.4800.470.52
HSL121.03º31.18%36.47%-
HSV(B)121.03º47.54%47.84%-
XYZ10.0315.397.44-
YUV98.16109.28103.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=25.50%
G=48.61%
B=25.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64122650.4800.470.52121.0331.1836.47
Hex407A413002F34791f24
Octal10017210160057641713744
Binary1000000111101010000011100000101111110100111100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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