#40605D

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

Shades of Oracle #40605D

Tints of Oracle #40605D

Color information

#40605D (or 0x40605D) is unknown color: approx Oracle. HEX triplet: 40, 60 and 5D. RGB value is (64,96,93). Sum of RGB (Red+Green+Blue) = 64+96+93=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #40605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605D is #BF9FA2. Grayscale: #565656. Windows color (decimal): -12558243 or 6119488. OLE color: 6119488.

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

Color convert

RGB649693-
CMYK0.3300.030.62
HSL174.38º20%31.37%-
HSV(B)174.38º33.33%37.65%-
XYZ8.2710.2511.9-
YUV86.09131.9112.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=25.30%
G=37.94%
B=36.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496930.3300.030.62174.382031.37
Hex40605D21033Eae141f
Octal1001401354103762562437
Binary100000011000001011101100001011111110101011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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