#40605F

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

Shades of Oracle #40605F

Tints of Oracle #40605F

Color information

#40605F (or 0x40605F) is unknown color: approx Oracle. HEX triplet: 40, 60 and 5F. RGB value is (64,96,95). Sum of RGB (Red+Green+Blue) = 64+96+95=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #40605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605F is #BF9FA0. Grayscale: #565656. Windows color (decimal): -12558241 or 6250560. OLE color: 6250560.

HSL color Cylindrical-coordinate representation of color #40605F: hue angle of 178.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40605F is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB649695-
CMYK0.3300.010.62
HSL178.12º20%31.37%-
HSV(B)178.12º33.33%37.65%-
XYZ8.3610.2812.37-
YUV86.32132.9112.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=25.10%
G=37.65%
B=37.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496950.3300.010.62178.122031.37
Hex40605F21013Eb2141f
Octal1001401374101762622437
Binary10000001100000101111110000101111110101100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40605F; }

 p { color: rgb(64,96,95); }

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

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

 a { background-color: rgb(64,96,95); }

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

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

 span { border-color: rgb(64,96,95); }

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