#3E6260

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

Shades of Oracle #3E6260

Tints of Oracle #3E6260

Color information

#3E6260 (or 0x3E6260) is unknown color: approx Oracle. HEX triplet: 3E, 62 and 60. RGB value is (62,98,96). Sum of RGB (Red+Green+Blue) = 62+98+96=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6260 is #C19D9F. Grayscale: #565656. Windows color (decimal): -12688800 or 6316606. OLE color: 6316606.

HSL color Cylindrical-coordinate representation of color #3E6260: hue angle of 176.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E6260 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB629896-
CMYK0.3700.020.62
HSL176.67º22.5%31.37%-
HSV(B)176.67º36.73%38.43%-
XYZ8.4710.612.67-
YUV87.01133.07110.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=24.22%
G=38.28%
B=37.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6298960.3700.020.62176.6722.531.37
Hex3E626025023Eb1161f
Octal761421404502762612637
Binary11111011000101100000100101010111110101100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,98,96); }

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

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

 a { background-color: rgb(62,98,96); }

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

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

 span { border-color: rgb(62,98,96); }

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