#3E635F

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

Shades of Oracle #3E635F

Tints of Oracle #3E635F

Color information

#3E635F (or 0x3E635F) is unknown color: approx Oracle. HEX triplet: 3E, 63 and 5F. RGB value is (62,99,95). Sum of RGB (Red+Green+Blue) = 62+99+95=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #3E635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E635F is #C19CA0. Grayscale: #575757. Windows color (decimal): -12688545 or 6251326. OLE color: 6251326.

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

Color convert

RGB629995-
CMYK0.3700.040.61
HSL173.51º22.98%31.57%-
HSV(B)173.51º37.37%38.82%-
XYZ8.5110.7712.46-
YUV87.48132.24109.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=24.22%
G=38.67%
B=37.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6299950.3700.040.61173.5122.9831.57
Hex3E635F25043Dae1720
Octal761431374504752562740
Binary1111101100011101111110010101001111011010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E635F; }

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

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

<style>
 a { background-color: #3E635F; }

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

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

<style>
 span { border-color: #3E635F; }

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

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