#40625E

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

Shades of Oracle #40625E

Tints of Oracle #40625E

Color information

#40625E (or 0x40625E) is unknown color: approx Oracle. HEX triplet: 40, 62 and 5E. RGB value is (64,98,94). Sum of RGB (Red+Green+Blue) = 64+98+94=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #40625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40625E is #BF9DA1. Grayscale: #575757. Windows color (decimal): -12557730 or 6185536. OLE color: 6185536.

HSL color Cylindrical-coordinate representation of color #40625E: hue angle of 172.94º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40625E is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB649894-
CMYK0.3500.040.62
HSL172.94º20.99%31.76%-
HSV(B)172.94º34.69%38.43%-
XYZ8.510.6312.19-
YUV87.38131.74111.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=25%
G=38.28%
B=36.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6498940.3500.040.62172.9420.9931.76
Hex40625E23043Ead1520
Octal1001421364304762552540
Binary10000001100010101111010001101001111101010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40625E; }

 p { color: rgb(64,98,94); }

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

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

 a { background-color: rgb(64,98,94); }

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

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

 span { border-color: rgb(64,98,94); }

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