#40605E

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

Shades of Oracle #40605E

Tints of Oracle #40605E

Color information

#40605E (or 0x40605E) is unknown color: approx Oracle. HEX triplet: 40, 60 and 5E. RGB value is (64,96,94). Sum of RGB (Red+Green+Blue) = 64+96+94=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #40605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605E is #BF9FA1. Grayscale: #565656. Windows color (decimal): -12558242 or 6185024. OLE color: 6185024.

HSL color Cylindrical-coordinate representation of color #40605E: hue angle of 176.25º 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 #40605E is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB649694-
CMYK0.3300.020.62
HSL176.25º20%31.37%-
HSV(B)176.25º33.33%37.65%-
XYZ8.3210.2612.13-
YUV86.2132.4112.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=25.20%
G=37.80%
B=37.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496940.3300.020.62176.252031.37
Hex40605E21023Eb0141f
Octal1001401364102762602437
Binary100000011000001011110100001010111110101100001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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