#406561

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

Shades of Oracle #406561

Tints of Oracle #406561

Color information

#406561 (or 0x406561) is unknown color: approx Oracle. HEX triplet: 40, 65 and 61. RGB value is (64,101,97). Sum of RGB (Red+Green+Blue) = 64+101+97=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #406561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406561 is #BF9A9E. Grayscale: #595959. Windows color (decimal): -12556959 or 6382912. OLE color: 6382912.

HSL color Cylindrical-coordinate representation of color #406561: hue angle of 173.51º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406561 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB6410197-
CMYK0.3700.040.60
HSL173.51º22.42%32.35%-
HSV(B)173.51º36.63%39.61%-
XYZ8.9311.2613.01-
YUV89.48132.24109.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 101 (39.84% from 255) = 38.55%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=24.43%
G=38.55%
B=37.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101970.3700.040.60173.5122.4232.35
Hex40656125043Cae1620
Octal1001451414504742562640
Binary10000001100101110000110010101001111001010111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406561; }

 p { color: rgb(64,101,97); }

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

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

 a { background-color: rgb(64,101,97); }

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

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

 span { border-color: rgb(64,101,97); }

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