#407A4B

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

Shades of Killarney #407A4B

Tints of Killarney #407A4B

Color information

#407A4B (or 0x407A4B) is unknown color: approx Killarney. HEX triplet: 40, 7A and 4B. RGB value is (64,122,75). Sum of RGB (Red+Green+Blue) = 64+122+75=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #407A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407A4B is #BF85B4. Grayscale: #636363. Windows color (decimal): -12551605 or 4946496. OLE color: 4946496.

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

Color convert

RGB6412275-
CMYK0.4800.390.52
HSL131.38º31.18%36.47%-
HSV(B)131.38º47.54%47.84%-
XYZ10.3415.529.11-
YUV99.3114.28102.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=24.52%
G=46.74%
B=28.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64122750.4800.390.52131.3831.1836.47
Hex407A4B3002734831f24
Octal10017211360047642033744
Binary10000001111010100101111000001001111101001000001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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