#40635F

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

Shades of Oracle #40635F

Tints of Oracle #40635F

Color information

#40635F (or 0x40635F) is unknown color: approx Oracle. HEX triplet: 40, 63 and 5F. RGB value is (64,99,95). Sum of RGB (Red+Green+Blue) = 64+99+95=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #40635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40635F is #BF9CA0. Grayscale: #585858. Windows color (decimal): -12557473 or 6251328. OLE color: 6251328.

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

Color convert

RGB649995-
CMYK0.3500.040.61
HSL173.14º21.47%31.96%-
HSV(B)173.14º35.35%38.82%-
XYZ8.6410.8412.46-
YUV88.08131.9110.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=24.81%
G=38.37%
B=36.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499950.3500.040.61173.1421.4731.96
Hex40635F23043Dad1520
Octal1001431374304752552540
Binary10000001100011101111110001101001111011010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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