#3E5656

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

Shades of Oracle #3E5656

Tints of Oracle #3E5656

Color information

#3E5656 (or 0x3E5656) is unknown color: approx Oracle. HEX triplet: 3E, 56 and 56. RGB value is (62,86,86). Sum of RGB (Red+Green+Blue) = 62+86+86=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #3E5656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5656 is #C1A9A9. Grayscale: #4E4E4E. Windows color (decimal): -12691882 or 5658174. OLE color: 5658174.

HSL color Cylindrical-coordinate representation of color #3E5656: hue angle of 180º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E5656 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB628686-
CMYK0.28000.66
HSL180º16.22%29.02%-
HSV(B)180º27.91%33.73%-
XYZ6.998.3510.05-
YUV78.82132.05116-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.50%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=26.50%
G=36.75%
B=36.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6286860.28000.6618016.2229.02
Hex3E56561C0042b4101d
Octal7612612634001022642035
Binary1111101010110101011011100001000010101101001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,86,86); }

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

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

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

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

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

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

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